mirror of
git://git.sv.gnu.org/emacs.git
synced 2026-01-01 09:51:22 -08:00
* src/keyboard.c (Frecursive_edit): Fix typo in docstring.
This commit is contained in:
parent
f7a17bb38a
commit
85ade7eee6
2 changed files with 5 additions and 1 deletions
|
|
@ -1,3 +1,7 @@
|
|||
2014-02-08 Juanma Barranquero <lekktu@gmail.com>
|
||||
|
||||
* keyboard.c (Frecursive_edit): Fix typo in docstring.
|
||||
|
||||
2014-02-08 Lars Ingebrigtsen <larsi@gnus.org>
|
||||
|
||||
* xdisp.c (syms_of_xdisp): Doc clarification (bug#15657).
|
||||
|
|
|
|||
|
|
@ -812,7 +812,7 @@ 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
|
||||
one level up
|
||||
one level up.
|
||||
|
||||
This function is called by the editor initialization to begin editing. */)
|
||||
(void)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue