]> git.eshelyaron.com Git - emacs.git/commitdiff
; * lisp/edmacro.el: Minor doc fixes.
authorStefan Kangas <stefan@marxist.se>
Wed, 22 Jun 2022 08:03:16 +0000 (10:03 +0200)
committerStefan Kangas <stefan@marxist.se>
Wed, 22 Jun 2022 08:03:16 +0000 (10:03 +0200)
lisp/edmacro.el

index c681f901411619dd06c475f70ad2759fc7f3c9b3..2f5a8c137e4e0ff98272ca7e4a7f9d437c8026df 100644 (file)
@@ -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.