+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).
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)