]> code.delx.au - gnu-emacs/blobdiff - doc/lispref/keymaps.texi
* doc/lispref/functions.texi (Core Advising Primitives): Add a note about the
[gnu-emacs] / doc / lispref / keymaps.texi
index a372cecb818e9c9b87d9ae8525ac1bfb765a384d..7cc2b39345693e4ba5166c9ddc28ada98e7e09db 100644 (file)
@@ -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.
@@ -2901,7 +2901,7 @@ Documentation}).
 
 @item :key-sequence @var{keys}
 @var{keys} is a hint for speeding up Emacs's first display of the
-menu.  It should be nil if you know that the menu item has no keyboard
+menu.  It should be @code{nil} if you know that the menu item has no keyboard
 equivalent; otherwise it should be a string or vector specifying a
 keyboard equivalent for the menu item.
 
@@ -2929,7 +2929,7 @@ anything else (meaning an ordinary menu item).
 
 @item :selected @var{selected}
 @var{selected} is an expression; the checkbox or radio button is
-selected whenever the expression's value is non-nil.
+selected whenever the expression's value is non-@code{nil}.
 
 @item :help @var{help}
 @var{help} is a string describing the menu item.