]> code.delx.au - gnu-emacs/commitdiff
Minor fixes.
authorRichard M. Stallman <rms@gnu.org>
Fri, 21 Jun 2002 16:29:09 +0000 (16:29 +0000)
committerRichard M. Stallman <rms@gnu.org>
Fri, 21 Jun 2002 16:29:09 +0000 (16:29 +0000)
man/display.texi

index 4e13d781fba92e7be66d3be675a3156129fd8892..51ed61d049d9ac1ca88af932ed7b01a8c49ee8b7 100644 (file)
@@ -163,7 +163,8 @@ font of LessTif/Motif menus is currently not supported; attempts to set
 the font are ignored in this case.
 @item trailing-whitespace
 The face for highlighting trailing whitespace when
-@code{show-trailing-whitespace} is non-nil; see @ref{Useless Whitespace}.
+@code{show-trailing-whitespace} is non-@code{nil}; see @ref{Useless
+Whitespace}.
 @item variable-pitch
 The basic variable-pitch face.
 @end table
@@ -681,8 +682,8 @@ the form-feed characters.)
 @vindex default-indicate-empty-lines
 @cindex empty lines
 @cindex fringes, and empty line indication
-  Emacs can indicate empty lines at the end of the buffer with a special
-bitmap in the left fringe of the window (@pxref{Fringes}).  To enable
+  Emacs can indicate empty lines at the end of the buffer with a small
+image in the left fringe of the window (@pxref{Fringes}).  To enable
 this feature, set the buffer-local variable @code{indicate-empty-lines}
 to a non-@code{nil} value.  The default value of this variable is
 controlled by the variable @code{default-indicate-empty-lines}; by