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

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

[nongnu] elpa/spell-fu 00b75e5741 25/86: Cleanup: docstring


From: ELPA Syncer
Subject: [nongnu] elpa/spell-fu 00b75e5741 25/86: Cleanup: docstring
Date: Thu, 7 Jul 2022 12:03:40 -0400 (EDT)

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

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

diff --git a/spell-fu.el b/spell-fu.el
index ef6107f6e5..f083863c56 100644
--- a/spell-fu.el
+++ b/spell-fu.el
@@ -147,7 +147,7 @@ Notes:
 ;;
 
 (defmacro spell-fu--with-advice (fn-orig where fn-advice &rest body)
-  "Execute BODY with advice temporarily enabled."
+  "Execute BODY with WHERE advice on FN-ORIG temporarily enabled."
   `
   (let ((fn-advice-var ,fn-advice))
     (unwind-protect



reply via email to

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