diff options
Diffstat (limited to 'lisp/emacs-lisp/checkdoc.el')
-rw-r--r-- | lisp/emacs-lisp/checkdoc.el | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/lisp/emacs-lisp/checkdoc.el b/lisp/emacs-lisp/checkdoc.el index 9a37941313e..099b1585537 100644 --- a/lisp/emacs-lisp/checkdoc.el +++ b/lisp/emacs-lisp/checkdoc.el @@ -828,7 +828,8 @@ MSG is the error that was found, which is displayed in a help buffer." "\n\nEdit to fix this problem, and press C-M-c to continue."))) (shrink-window-if-larger-than-buffer (get-buffer-window "*Checkdoc Help*")) - (message "When you're done editing press C-M-c to continue.") + (message (substitute-command-keys + "When you're done editing press \\[exit-recursive-edit] to continue.")) (unwind-protect (recursive-edit) (if (get-buffer-window "*Checkdoc Help*") |