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

    Make derived modus-themes-define-derivative-command doc strings a bit 
shorter
---
 modus-themes.el | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/modus-themes.el b/modus-themes.el
index 5317ddc20d..efc5efb131 100644
--- a/modus-themes.el
+++ b/modus-themes.el
@@ -7524,7 +7524,7 @@ defined command's symbol is FAMILY-SUFFIX, like 
`modus-themes-rotate'."
     (error "Cannot define command with unknown suffix `%s'" suffix))
   (let ((modus-command (intern (format "modus-themes-%s" suffix))))
     `(defun ,(intern (format "%s-%s" family suffix)) ()
-       ,(format "Like `%s' but only consider members of the `%s'" 
modus-command family)
+       ,(format "Like `%s' but only for the `%s'" modus-command family)
        (interactive)
        (cl-letf (((symbol-function 'modus-themes-get-themes)
                   (lambda ()

Reply via email to