]> code.delx.au - gnu-emacs/blobdiff - doc/lispref/keymaps.texi
More GC assertions
[gnu-emacs] / doc / lispref / keymaps.texi
index d81067eed314e74b915fe99646718ba2e1bb4de3..a2168d3e53a5912e9105d2d5904b1fe8589b5864 100644 (file)
@@ -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.
@@ -2760,7 +2760,7 @@ The value is an integer, a number of pixels.  The default is 1.
 
 @defvar tool-bar-border
 This variable specifies the height of the border drawn below the tool
-bar area.  An integer value specifies height as a number of pixels.
+bar area.  An integer specifies height as a number of pixels.
 If the value is one of @code{internal-border-width} (the default) or
 @code{border-width}, the tool bar border height corresponds to the
 corresponding frame parameter.