branch: externals/modus-themes commit 01b78e587d3a8ce3ae5693400bfaae97506c1140 Author: Protesilaos Stavrou <i...@protesilaos.com> Commit: Protesilaos Stavrou <i...@protesilaos.com>
Add missing command in the doc string of modus-themes-after-load-theme-hook --- modus-themes.el | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/modus-themes.el b/modus-themes.el index cb7e06f024..dcc18e22b8 100644 --- a/modus-themes.el +++ b/modus-themes.el @@ -334,7 +334,7 @@ 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 commands `modus-themes-toggle', -`modus-themes-rotate', as well as the functions +`modus-themes-rotate', `modus-themes-select', as well as the function `modus-themes-load-theme'." :type 'hook :package-version '(modus-themes . "4.0.0")