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

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

[nongnu] elpa/undo-fu 71c474e29f 71/82: Cleanup: docstring


From: ELPA Syncer
Subject: [nongnu] elpa/undo-fu 71c474e29f 71/82: Cleanup: docstring
Date: Thu, 7 Jul 2022 12:04:55 -0400 (EDT)

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

    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



reply via email to

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