* src/xdisp.c (syms_of_xdisp): Doc clarification (bug#15657).
+2014-02-08 Lars Ingebrigtsen <larsi@gnus.org>
+
+ * keymaps.texi (Menu Bar): Minor clarification (bug#15657).
+
2014-02-06 Glenn Morris <rgm@gnu.org>
* display.texi (Truncation):
@defvar menu-bar-update-hook
This normal hook is run by redisplay to update the menu bar contents,
-before redisplaying the menu bar. You can use it to update submenus
+before redisplaying the menu bar. You can use it to update menus
whose contents should vary. Since this hook is run frequently, we
advise you to ensure that the functions it calls do not take much time
in the usual case.
2014-02-08 Lars Ingebrigtsen <larsi@gnus.org>
+ * xdisp.c (syms_of_xdisp): Doc clarification (bug#15657).
+
* keyboard.c (Frecursive_edit): Say more precicely how throwing
`exit' works (bug#15865).
DEFVAR_LISP ("menu-bar-update-hook", Vmenu_bar_update_hook,
doc: /* Normal hook run to update the menu bar definitions.
Redisplay runs this hook before it redisplays the menu bar.
-This is used to update submenus such as Buffers,
-whose contents depend on various data. */);
+This is used to update menus such as Buffers, whose contents depend on
+various data. */);
Vmenu_bar_update_hook = Qnil;
DEFVAR_LISP ("menu-updating-frame", Vmenu_updating_frame,