emacs-elpa-diffs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[nongnu] elpa/helm e596bbeee3 4/7: Fix comment


From: ELPA Syncer
Subject: [nongnu] elpa/helm e596bbeee3 4/7: Fix comment
Date: Thu, 24 Aug 2023 00:59:40 -0400 (EDT)

branch: elpa/helm
commit e596bbeee37b148b5854a17cc0ae852f3de7ff78
Author: Thierry Volpiatto <thievol@posteo.net>
Commit: Thierry Volpiatto <thievol@posteo.net>

    Fix comment
---
 helm-mode.el | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/helm-mode.el b/helm-mode.el
index 2b6369fdec..e663cb1140 100644
--- a/helm-mode.el
+++ b/helm-mode.el
@@ -1185,7 +1185,7 @@ is used."
           (when (eq (car-safe it) 'deftheme)
             (cl-return (setq doc (car (split-string (nth 2 it) "\n"))))))))
     ;; If deftheme not found in file (in modus themes deftheme is nested in
-    ;; eval-when-compile) load the theme without enabling it.
+    ;; eval-and-compile) load the theme without enabling it.
     (if doc
         doc
       (load-theme sym t t)



reply via email to

[Prev in Thread] Current Thread [Next in Thread]