]> code.delx.au - gnu-emacs/blobdiff - doc/lispref/help.texi
Go back to grave quoting in source-code docstrings etc.
[gnu-emacs] / doc / lispref / help.texi
index 89339ffe575b4f92600407872e9c49f406d8166d..b3042d747b408a573af8d00754da83fb920e7c25 100644 (file)
@@ -377,7 +377,7 @@ specifies a key binding that the command does not actually have.
 @smallexample
 @group
 (substitute-command-keys
-   "To abort recursive edit, type ‘\\[abort-recursive-edit]’.")
+   "To abort recursive edit, type `\\[abort-recursive-edit]'.")
 @result{} "To abort recursive edit, type ‘C-]’."
 @end group
 
@@ -398,7 +398,7 @@ C-g             abort-recursive-edit
 
 @group
 (substitute-command-keys
-   "To abort a recursive edit from the minibuffer, type\
+   "To abort a recursive edit from the minibuffer, type \
 `\\<minibuffer-local-must-match-map>\\[abort-recursive-edit]'.")
 @result{} "To abort a recursive edit from the minibuffer, type ‘C-g’."
 @end group