branch: externals/modus-themes
commit f3ca6430388644f89515aa79de60bd08ec57e452
Author: Protesilaos Stavrou <[email protected]>
Commit: Protesilaos Stavrou <[email protected]>

    Make small rewording in a doc string
---
 modus-themes.el | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/modus-themes.el b/modus-themes.el
index 982d92ced7..4f6fdf3906 100644
--- a/modus-themes.el
+++ b/modus-themes.el
@@ -4684,7 +4684,7 @@ With optional SHOW-ERROR, throw an error instead of 
returning nil."
        (signal (car data) (list (apply #'format-message (cdr data))))))))
 
 (defun modus-themes--list-enabled-themes ()
-  "Return list of `custom-enabled-themes' with modus- prefix."
+  "Return list of known `custom-enabled-themes'."
   (seq-intersection (modus-themes-get-all-known-themes) custom-enabled-themes))
 
 (defun modus-themes--load-no-enable (theme)

Reply via email to