aboutsummaryrefslogtreecommitdiffstats
path: root/src/keyboard.c
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/keyboard.c
parentf7a17bb38a72e64128850c0b67f7421bd50c7a79 (diff)
downloademacs-85ade7eee673dc1df4483f925ff748a10e903353.tar.gz
emacs-85ade7eee673dc1df4483f925ff748a10e903353.zip
* src/keyboard.c (Frecursive_edit): Fix typo in docstring.
Diffstat (limited to 'src/keyboard.c')
-rw-r--r--src/keyboard.c2
1 files changed, 1 insertions, 1 deletions
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)