branch: externals/modus-themes commit e942399a16335b8cf34613861d916d5d7385101f Author: Protesilaos Stavrou <i...@protesilaos.com> Commit: Protesilaos Stavrou <i...@protesilaos.com>
Add docstring for the method modus-themes-get-themes --- modus-themes.el | 1 + 1 file changed, 1 insertion(+) diff --git a/modus-themes.el b/modus-themes.el index 9568d8248a..fe85caba2c 100644 --- a/modus-themes.el +++ b/modus-themes.el @@ -7432,6 +7432,7 @@ accordingly." :init-value nil) (cl-defmethod modus-themes-get-themes (&context (modus-themes-include-derivatives-mode (eql t))) + "Return list of Modus themes per `modus-themes-include-derivatives-mode'." (if-let* ((themes (modus-themes-get-all-known-themes nil)) (sorted-themes (modus-themes-sort themes 'light))) sorted-themes