From: Juanma Barranquero Date: Sat, 8 Feb 2014 04:02:16 +0000 (+0100) Subject: * src/keyboard.c (Frecursive_edit): Fix typo in docstring. X-Git-Tag: emacs-24.3.90~173^2^2~42^2~45^2~115 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=85ade7eee673dc1df4483f925ff748a10e903353;p=emacs.git * src/keyboard.c (Frecursive_edit): Fix typo in docstring. --- 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)