]> code.delx.au - gnu-emacs/blobdiff - src/keyboard.c
Go back to grave quoting in source-code docstrings etc.
[gnu-emacs] / src / keyboard.c
index 7d6a2b008606fcdbdca87f06e3bc681cf7751c7b..ccd340557dda47dd87f819c1236cbd440ccd0173 100644 (file)
@@ -703,11 +703,11 @@ force_auto_save_soon (void)
 \f
 DEFUN ("recursive-edit", Frecursive_edit, Srecursive_edit, 0, 0, "",
        doc: /* Invoke the editor command loop recursively.
-To get out of the recursive edit, a command can throw to ‘exit’ -- for
-instance ‘(throw \\='exit nil)’.
-If you throw a value other than t, ‘recursive-edit’ returns normally
+To get out of the recursive edit, a command can throw to `exit' -- for
+instance (throw \\='exit nil).
+If you throw a value other than t, `recursive-edit' returns normally
 to the function that called it.  Throwing a t value causes
-‘recursive-edit’ to quit, so that control returns to the command loop
+`recursive-edit' to quit, so that control returns to the command loop
 one level up.
 
 This function is called by the editor initialization to begin editing.  */)