aboutsummaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
authorJuanma Barranquero2014-02-08 05:02:16 +0100
committerJuanma Barranquero2014-02-08 05:02:16 +0100
commit85ade7eee673dc1df4483f925ff748a10e903353 (patch)
treeac93738918e35be6d8940cfa76d7d58070d47cc3 /src
parentf7a17bb38a72e64128850c0b67f7421bd50c7a79 (diff)
downloademacs-85ade7eee673dc1df4483f925ff748a10e903353.tar.gz
emacs-85ade7eee673dc1df4483f925ff748a10e903353.zip
* src/keyboard.c (Frecursive_edit): Fix typo in docstring.
Diffstat (limited to 'src')
-rw-r--r--src/ChangeLog4
-rw-r--r--src/keyboard.c2
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 @@
12014-02-08 Juanma Barranquero <lekktu@gmail.com>
2
3 * keyboard.c (Frecursive_edit): Fix typo in docstring.
4
12014-02-08 Lars Ingebrigtsen <larsi@gnus.org> 52014-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)'.
812If you throw a value other than t, `recursive-edit' returns normally 812If you throw a value other than t, `recursive-edit' returns normally
813to the function that called it. Throwing a t value causes 813to 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
815one level up 815one level up.
816 816
817This function is called by the editor initialization to begin editing. */) 817This function is called by the editor initialization to begin editing. */)
818 (void) 818 (void)