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

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

[nongnu] elpa/macrostep dfdef401e6 2/3: * macrostep.el (macrostep-mode):


From: ELPA Syncer
Subject: [nongnu] elpa/macrostep dfdef401e6 2/3: * macrostep.el (macrostep-mode): Refill docstring and message
Date: Thu, 18 May 2023 16:00:32 -0400 (EDT)

branch: elpa/macrostep
commit dfdef401e6133f747863f76691078e1c8c0a49cf
Author: Jonas Bernoulli <jonas@bernoul.li>
Commit: Jonas Bernoulli <jonas@bernoul.li>

    * macrostep.el (macrostep-mode): Refill docstring and message
---
 macrostep.el | 16 +++++++++-------
 1 file changed, 9 insertions(+), 7 deletions(-)

diff --git a/macrostep.el b/macrostep.el
index 3fd42aa6c7..d80a21a063 100644
--- a/macrostep.el
+++ b/macrostep.el
@@ -483,10 +483,11 @@ The default value, `macrostep-macro-form-p', is specific 
to Emacs Lisp.")
 (define-minor-mode macrostep-mode
   "Minor mode for inline expansion of macros in Emacs Lisp source buffers.
 
-\\<macrostep-mode-map>Progressively expand macro forms with 
\\[macrostep-expand], collapse them with \\[macrostep-collapse],
-and move back and forth with \\[macrostep-next-macro] and 
\\[macrostep-prev-macro].
-Use \\[macrostep-collapse-all] or collapse all visible expansions to
-quit and return to normal editing.
+\\<macrostep-mode-map>Progressively expand macro forms with \
+\\[macrostep-expand], collapse them with \\[macrostep-collapse],
+and move back and forth with \\[macrostep-next-macro] and \
+\\[macrostep-prev-macro].  Use \\[macrostep-collapse-all] or collapse all
+visible expansions to quit and return to normal editing.
 
 \\{macrostep-mode-map}"
   :lighter " Macro-Stepper"
@@ -501,9 +502,10 @@ quit and return to normal editing.
               buffer-read-only t)
         ;; Set up post-command hook to bail out on leaving read-only
         (add-hook 'post-command-hook #'macrostep-command-hook nil t)
-        (message
-         (substitute-command-keys
-          "\\<macrostep-mode-map>Entering macro stepper mode. Use 
\\[macrostep-expand] to expand, \\[macrostep-collapse] to collapse, 
\\[macrostep-collapse-all] to exit.")))
+        (message (substitute-command-keys "\
+\\<macrostep-mode-map>Entering macro stepper mode. \
+Use \\[macrostep-expand] to expand, \\[macrostep-collapse] to collapse, \
+\\[macrostep-collapse-all] to exit.")))
 
     ;; Exiting mode
     (if macrostep-expansion-buffer



reply via email to

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