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

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

[nongnu] elpa/undo-fu a651bb3035 57/82: Complete docstring


From: ELPA Syncer
Subject: [nongnu] elpa/undo-fu a651bb3035 57/82: Complete docstring
Date: Thu, 7 Jul 2022 12:04:53 -0400 (EDT)

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

    Complete docstring
---
 undo-fu.el | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/undo-fu.el b/undo-fu.el
index 120fd1b39d..909bf8798f 100644
--- a/undo-fu.el
+++ b/undo-fu.el
@@ -101,7 +101,7 @@ Instead, explicitly call `undo-fu-disable-checkpoint'."
   (undo-fu--checkpoint-unset))
 
 (defmacro undo-fu--with-advice (fn-orig where fn-advice &rest body)
-  "Execute BODY with advice temporarily enabled."
+  "Execute BODY with advice added WHERE using FN-ADVICE temporarily added to 
FN-ORIG."
   `
   (let ((fn-advice-var ,fn-advice))
     (unwind-protect



reply via email to

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