From 85ade7eee673dc1df4483f925ff748a10e903353 Mon Sep 17 00:00:00 2001 From: Juanma Barranquero Date: Sat, 8 Feb 2014 05:02:16 +0100 Subject: [PATCH] * src/keyboard.c (Frecursive_edit): Fix typo in docstring. --- src/ChangeLog | 4 ++++ src/keyboard.c | 2 +- 2 files changed, 5 insertions(+), 1 deletion(-) diff --git a/src/ChangeLog b/src/ChangeLog index 1615e194346..51f7bf08e36 100644 --- a/src/ChangeLog +++ b/src/ChangeLog @@ -1,3 +1,7 @@ +2014-02-08 Juanma Barranquero + + * keyboard.c (Frecursive_edit): Fix typo in docstring. + 2014-02-08 Lars Ingebrigtsen * 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)'. 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) -- 2.39.2