changeset 45955:e4997ff1b0f4

Minor fixes.
author Richard M. Stallman <rms@gnu.org>
date Fri, 21 Jun 2002 16:29:09 +0000
parents 871fe6a1f35a
children 963ff40e6512
files man/display.texi
diffstat 1 files changed, 4 insertions(+), 3 deletions(-) [+]
line wrap: on
line diff
--- a/man/display.texi	Fri Jun 21 13:56:13 2002 +0000
+++ b/man/display.texi	Fri Jun 21 16:29:09 2002 +0000
@@ -163,7 +163,8 @@
 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 @@
 @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