]> git.eshelyaron.com Git - emacs.git/commitdiff
Doc menu-bar-update-hook.
authorRichard M. Stallman <rms@gnu.org>
Wed, 17 Jan 1996 17:23:04 +0000 (17:23 +0000)
committerRichard M. Stallman <rms@gnu.org>
Wed, 17 Jan 1996 17:23:04 +0000 (17:23 +0000)
lispref/keymaps.texi

index e8edf59b2a0468740c16cbb8ac4e24fffb67ce74..52189797c1c7ee18623f16f06bb6842bd0d650bb 100644 (file)
@@ -1700,6 +1700,12 @@ value is @code{(help)}; thus, the @samp{Help} menu item normally appears
 at the end of the menu bar, following local menu items.
 @end defvar
 
+@defvar menu-bar-update-hook
+This normal hook is run whenever the user clicks on the menu bar, before
+displaying a submenu.  You can use it to update submenus whose contents
+should vary.
+@end defvar
+
 @node Modifying Menus
 @subsection Modifying Menus