branch: elpa/undo-fu
commit 6f876014dc6ecb51028f03d9f601b807db485d43
Author: Campbell Barton <[email protected]>
Commit: Campbell Barton <[email protected]>
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-")))
`