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

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

[nongnu] elpa/spell-fu f2b7d58e87 08/86: Cleanup: correct comment


From: ELPA Syncer
Subject: [nongnu] elpa/spell-fu f2b7d58e87 08/86: Cleanup: correct comment
Date: Thu, 7 Jul 2022 12:03:38 -0400 (EDT)

branch: elpa/spell-fu
commit f2b7d58e8772a8c89ba905262e2d0d4bbb937a8e
Author: Campbell Barton <ideasman42@gmail.com>
Commit: Campbell Barton <ideasman42@gmail.com>

    Cleanup: correct comment
---
 spell-fu.el | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/spell-fu.el b/spell-fu.el
index e5e186cb77..7de1a7b9c5 100644
--- a/spell-fu.el
+++ b/spell-fu.el
@@ -158,7 +158,7 @@ Optional argument BODY runs with the message prefix."
 (defmacro spell-fu--with-add-hook-depth-override (depth-override &rest body)
   "Support overriding the depth of a hook added by an indirect call.
 Argument DEPTH-OVERRIDE the depth value to call `add-hook' with.
-Optional argument BODY runs with the message prefix."
+Optional argument BODY runs with the depth override."
   (declare (indent 1))
   (let ((add-hook-orig (make-symbol 
"--spell-fu--with-add-hook-depth-override--")))
     `



reply via email to

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