diff options
author | Lars Ingebrigtsen <larsi@gnus.org> | 2014-02-07 19:46:53 -0800 |
---|---|---|
committer | Lars Ingebrigtsen <larsi@gnus.org> | 2014-02-07 19:46:53 -0800 |
commit | fff711eeb11f752c5cd84e6a9e4fc8af0f7563f5 (patch) | |
tree | ebe7f225b617a6b1928bbcff0d6ec64bc89ca977 /src/xdisp.c | |
parent | 1bde5c3b08d1de9b2c9cd38728bcd35329455a8c (diff) | |
download | emacs-fff711eeb11f752c5cd84e6a9e4fc8af0f7563f5.tar.gz |
* doc/lispref/keymaps.texi (Menu Bar): Minor clarification.
* src/xdisp.c (syms_of_xdisp): Doc clarification (bug#15657).
Diffstat (limited to 'src/xdisp.c')
-rw-r--r-- | src/xdisp.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/xdisp.c b/src/xdisp.c index 430551b2b68..d941c7b1086 100644 --- a/src/xdisp.c +++ b/src/xdisp.c @@ -30138,8 +30138,8 @@ Bind this around calls to `message' to let it take effect. */); 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, |