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

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

[nongnu] elpa/undo-fu 6f876014dc 14/82: Cleanup: complete doc string for


From: ELPA Syncer
Subject: [nongnu] elpa/undo-fu 6f876014dc 14/82: Cleanup: complete doc string for message override macro
Date: Thu, 7 Jul 2022 12:04:49 -0400 (EDT)

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

    Cleanup: complete doc string for message override macro
---
 undo-fu.el | 4 +++-
 1 file changed, 3 insertions(+), 1 deletion(-)

diff --git a/undo-fu.el b/undo-fu.el
index 8e93ac9288..ce4af3270b 100644
--- a/undo-fu.el
+++ b/undo-fu.el
@@ -64,7 +64,9 @@
 
 
 (defmacro undo-fu--with-message-suffix (suffix &rest body)
-  "Add text after the message output."
+  "Add text after the message output.
+Argument SUFFIX is the text to add at the end of the message.
+Optional argument BODY runs with the message suffix."
   (declare (indent 1))
   (let ((message-orig (cl-gensym "--message-suffix-")))
     `



reply via email to

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