]> git.eshelyaron.com Git - emacs.git/commitdiff
* src/keyboard.c (Frecursive_edit): Fix typo in docstring.
authorJuanma Barranquero <lekktu@gmail.com>
Sat, 8 Feb 2014 04:02:16 +0000 (05:02 +0100)
committerJuanma Barranquero <lekktu@gmail.com>
Sat, 8 Feb 2014 04:02:16 +0000 (05:02 +0100)
src/ChangeLog
src/keyboard.c

index 1615e194346b56c24daf098cf38cdfc179a5d89d..51f7bf08e361e269a7c327a6f7dc35c8ca5c4ea1 100644 (file)
@@ -1,3 +1,7 @@
+2014-02-08  Juanma Barranquero  <lekktu@gmail.com>
+
+       * keyboard.c (Frecursive_edit): Fix typo in docstring.
+
 2014-02-08  Lars Ingebrigtsen  <larsi@gnus.org>
 
        * xdisp.c (syms_of_xdisp): Doc clarification (bug#15657).
index 52bb50800df4e6a6a03ef0a37a38d2f1e16ec2ea..9dcb58ae66cd09e0b2f9a134d3341995d8205676 100644 (file)
@@ -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)