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

    Shorten the doc string of modus-themes-get-themes
---
 standard-themes.el | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/standard-themes.el b/standard-themes.el
index 04bd82bbcf..756c878663 100644
--- a/standard-themes.el
+++ b/standard-themes.el
@@ -261,7 +261,7 @@ They are all designed to only consider Standard themes."
   :init-value nil)
 
 (cl-defmethod modus-themes-get-themes (&context 
(standard-themes-take-over-modus-themes-mode (eql t)))
-  "Return list of Standard themes, per 
`standard-themes-take-over-modus-themes-mode'."
+  "Return Standard themes per `standard-themes-take-over-modus-themes-mode'."
   (if-let* ((themes (modus-themes-get-all-known-themes 'standard-themes))
             (sorted-a-z (sort themes #'string-lessp))
             (sorted-light-dark (modus-themes-sort sorted-a-z 'light)))

Reply via email to