summaryrefslogtreecommitdiff
path: root/doc/lispref/keymaps.texi
diff options
context:
space:
mode:
authorLars Ingebrigtsen <larsi@gnus.org>2014-02-07 19:46:53 -0800
committerLars Ingebrigtsen <larsi@gnus.org>2014-02-07 19:46:53 -0800
commitfff711eeb11f752c5cd84e6a9e4fc8af0f7563f5 (patch)
treeebe7f225b617a6b1928bbcff0d6ec64bc89ca977 /doc/lispref/keymaps.texi
parent1bde5c3b08d1de9b2c9cd38728bcd35329455a8c (diff)
downloademacs-fff711eeb11f752c5cd84e6a9e4fc8af0f7563f5.tar.gz
* doc/lispref/keymaps.texi (Menu Bar): Minor clarification.
* src/xdisp.c (syms_of_xdisp): Doc clarification (bug#15657).
Diffstat (limited to 'doc/lispref/keymaps.texi')
-rw-r--r--doc/lispref/keymaps.texi2
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/lispref/keymaps.texi b/doc/lispref/keymaps.texi
index d81067eed31..a372cecb818 100644
--- a/doc/lispref/keymaps.texi
+++ b/doc/lispref/keymaps.texi
@@ -2559,7 +2559,7 @@ at the end of the menu bar, following local menu items.
@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.