branch: elpa/undo-fu
commit 71c474e29f6ad726386604a5058761892951782e
Author: Campbell Barton <[email protected]>
Commit: Campbell Barton <[email protected]>
Cleanup: docstring
---
undo-fu.el | 4 +++-
1 file changed, 3 insertions(+), 1 deletion(-)
diff --git a/undo-fu.el b/undo-fu.el
index 451e53f854..ffd7f9b02d 100644
--- a/undo-fu.el
+++ b/undo-fu.el
@@ -126,7 +126,9 @@ This allows the initial boundary to be crossed when
redoing."
(setq undo-fu--in-region nil))
(defmacro undo-fu--with-advice (fn-orig where fn-advice &rest body)
- "Execute BODY with advice added WHERE using FN-ADVICE temporarily added to
FN-ORIG."
+ "Execute BODY with advice added.
+
+WHERE using FN-ADVICE temporarily added to FN-ORIG."
`
(let ((fn-advice-var ,fn-advice))
(unwind-protect