emacs-diffs
[Top][All Lists]
Advanced

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

master 5b1109394c: ; * lisp/edmacro.el: Minor doc fixes.


From: Stefan Kangas
Subject: master 5b1109394c: ; * lisp/edmacro.el: Minor doc fixes.
Date: Wed, 22 Jun 2022 04:03:25 -0400 (EDT)

branch: master
commit 5b1109394ca8f9d98b6b9cd0f7ef01c179a89351
Author: Stefan Kangas <stefan@marxist.se>
Commit: Stefan Kangas <stefan@marxist.se>

    ; * lisp/edmacro.el: Minor doc fixes.
---
 lisp/edmacro.el | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/lisp/edmacro.el b/lisp/edmacro.el
index c681f90141..2f5a8c137e 100644
--- a/lisp/edmacro.el
+++ b/lisp/edmacro.el
@@ -111,7 +111,7 @@ Default nil means to write characters above \\177 in octal 
notation."
 (defun edit-kbd-macro (keys &optional prefix finish-hook store-hook)
   "Edit a keyboard macro.
 At the prompt, type any key sequence which is bound to a keyboard macro.
-Or, type `\\[kmacro-end-and-call-macro]' or RET to edit the last
+Or, type `\\[kmacro-end-and-call-macro]' or \\`RET' to edit the last
 keyboard macro, `\\[view-lossage]' to edit the last 300
 keystrokes as a keyboard macro, or `\\[execute-extended-command]'
 to edit a macro by its command name.
@@ -374,7 +374,7 @@ or nil, use a compact 80-column format."
 (defun edmacro-mode ()
   "\\<edmacro-mode-map>Keyboard Macro Editing mode.  Press \
 \\[edmacro-finish-edit] to save and exit.
-To abort the edit, just kill this buffer with \\[kill-buffer] RET.
+To abort the edit, just kill this buffer with \\[kill-buffer] \\`RET'.
 
 Press \\[edmacro-insert-key] to insert the name of any key by typing the key.
 



reply via email to

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