branch: elpa/undo-fu
commit a651bb3035067ae725f74e1c815bfe3e7305c8ca
Author: Campbell Barton <[email protected]>
Commit: Campbell Barton <[email protected]>

    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