diff options
Diffstat (limited to 'src')
| -rw-r--r-- | src/ChangeLog | 4 | ||||
| -rw-r--r-- | src/keyboard.c | 2 |
2 files changed, 5 insertions, 1 deletions
diff --git a/src/ChangeLog b/src/ChangeLog index 1615e194346..51f7bf08e36 100644 --- a/src/ChangeLog +++ b/src/ChangeLog | |||
| @@ -1,3 +1,7 @@ | |||
| 1 | 2014-02-08 Juanma Barranquero <lekktu@gmail.com> | ||
| 2 | |||
| 3 | * keyboard.c (Frecursive_edit): Fix typo in docstring. | ||
| 4 | |||
| 1 | 2014-02-08 Lars Ingebrigtsen <larsi@gnus.org> | 5 | 2014-02-08 Lars Ingebrigtsen <larsi@gnus.org> |
| 2 | 6 | ||
| 3 | * xdisp.c (syms_of_xdisp): Doc clarification (bug#15657). | 7 | * xdisp.c (syms_of_xdisp): Doc clarification (bug#15657). |
diff --git a/src/keyboard.c b/src/keyboard.c index 52bb50800df..9dcb58ae66c 100644 --- a/src/keyboard.c +++ b/src/keyboard.c | |||
| @@ -812,7 +812,7 @@ instance `(throw 'exit nil)'. | |||
| 812 | If you throw a value other than t, `recursive-edit' returns normally | 812 | If you throw a value other than t, `recursive-edit' returns normally |
| 813 | to the function that called it. Throwing a t value causes | 813 | to the function that called it. Throwing a t value causes |
| 814 | `recursive-edit' to quit, so that control returns to the command loop | 814 | `recursive-edit' to quit, so that control returns to the command loop |
| 815 | one level up | 815 | one level up. |
| 816 | 816 | ||
| 817 | This function is called by the editor initialization to begin editing. */) | 817 | This function is called by the editor initialization to begin editing. */) |
| 818 | (void) | 818 | (void) |