branch: externals/ef-themes commit 7e4b6b63cf1c1248235b8bfd56103ff9b852b96c Author: Protesilaos Stavrou <i...@protesilaos.com> Commit: Protesilaos Stavrou <i...@protesilaos.com>
Clarify the doc string of ef-themes-post-load-hook --- ef-themes.el | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/ef-themes.el b/ef-themes.el index 1b0657f9bd..53b4fd28c7 100644 --- a/ef-themes.el +++ b/ef-themes.el @@ -109,8 +109,9 @@ (defcustom ef-themes-post-load-hook nil "Hook that runs after loading an Ef theme. -This is used by the commands `ef-themes-select' and -`ef-themes-load-random'." +This is used by the commands `ef-themes-toggle', `ef-themes-rotate', +`ef-themes-load-random', `ef-themes-select', as well as the function +`ef-themes-load-theme'." :type 'hook :package-version '(ef-themes . "0.2.0") :group 'ef-themes)