diff options
author | Richard M. Stallman <rms@gnu.org> | 2002-06-21 16:29:09 +0000 |
---|---|---|
committer | Richard M. Stallman <rms@gnu.org> | 2002-06-21 16:29:09 +0000 |
commit | 0f31dcfc6194a364058dd448d92215b8071e90f4 (patch) | |
tree | cec0fcacadec5c125b71ad70d058a2f44fdc02fb /man | |
parent | 5632c006df56e3fc8667ba2f522aa80e470967ad (diff) | |
download | emacs-0f31dcfc6194a364058dd448d92215b8071e90f4.tar.gz |
Minor fixes.
Diffstat (limited to 'man')
-rw-r--r-- | man/display.texi | 7 |
1 files changed, 4 insertions, 3 deletions
diff --git a/man/display.texi b/man/display.texi index 4e13d781fba..51ed61d049d 100644 --- a/man/display.texi +++ b/man/display.texi @@ -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 |