From: Eli Zaretskii Date: Tue, 18 Jun 2002 05:20:45 +0000 (+0000) Subject: (Fringes): Fix a typo. Mention the fact that arrows on the fringes are X-Git-Tag: ttn-vms-21-2-B4~14561 X-Git-Url: https://code.delx.au/gnu-emacs/commitdiff_plain/566da2e7e0334302e623f21dbf0a2605563ccf9f (Fringes): Fix a typo. Mention the fact that arrows on the fringes are clickable. (Useless Whitespace): Add a cross-reference to Fringes. --- diff --git a/man/display.texi b/man/display.texi index 13c58941b7..4e13d781fb 100644 --- a/man/display.texi +++ b/man/display.texi @@ -635,11 +635,12 @@ except the first, indicating that ``this is not the real beginning.'' The right fringe shows a curving arrow for each screen line except the last, indicating that ``this is not the real end.'' - The fringes indicate line truncation with short horizontale arrows + The fringes indicate line truncation with short horizontal arrows meaning ``there's more text on this line which is scrolled -horizontally out of view.'' They also indicate other things such as -empty lines, or where a program you are debugging is executing -(@pxref{Debuggers}). +horizontally out of view;'' clicking the mouse on one of the arrows +scrolls the display horizontally in the direction of the arrow. The +fringes also indicate other things such as empty lines, or where a +program you are debugging is executing (@pxref{Debuggers}). @findex set-fringe-style @findex fringe-mode @@ -680,10 +681,10 @@ 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. 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 + 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 +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 setting that variable, you can enable or disable this feature for all new buffers. (This feature currently doesn't work on character