branch: externals/modus-themes commit af00e1c0194dc11cd5f59befd34f1cfbcc796835 Author: Protesilaos Stavrou <i...@protesilaos.com> Commit: Protesilaos Stavrou <i...@protesilaos.com>
Clarify the doc string of modus-themes-after-load-theme-hook --- modus-themes.el | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/modus-themes.el b/modus-themes.el index ac88d14890..cb7e06f024 100644 --- a/modus-themes.el +++ b/modus-themes.el @@ -333,7 +333,9 @@ the same as using the command `modus-themes-select'." (defcustom modus-themes-after-load-theme-hook nil "Hook that runs after loading a Modus theme. -This is used by the command `modus-themes-toggle'." +This is used by the commands `modus-themes-toggle', +`modus-themes-rotate', as well as the functions +`modus-themes-load-theme'." :type 'hook :package-version '(modus-themes . "4.0.0") :version "30.1"