From 5b1109394ca8f9d98b6b9cd0f7ef01c179a89351 Mon Sep 17 00:00:00 2001 From: Stefan Kangas Date: Wed, 22 Jun 2022 10:03:16 +0200 Subject: [PATCH] ; * 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 c681f901411..2f5a8c137e4 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 () "\\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. -- 2.39.2