aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorEli Zaretskii2002-06-18 05:20:45 +0000
committerEli Zaretskii2002-06-18 05:20:45 +0000
commit566da2e7e0334302e623f21dbf0a2605563ccf9f (patch)
tree96c73b602cb1c1e0bb7fb860c0d935cf4fd3a646
parentb432b4424cfb5c1575deae51f6548a81c9da4af8 (diff)
downloademacs-566da2e7e0334302e623f21dbf0a2605563ccf9f.tar.gz
emacs-566da2e7e0334302e623f21dbf0a2605563ccf9f.zip
(Fringes): Fix a typo. Mention the fact that arrows on the fringes are
clickable. (Useless Whitespace): Add a cross-reference to Fringes.
-rw-r--r--man/display.texi17
1 files changed, 9 insertions, 8 deletions
diff --git a/man/display.texi b/man/display.texi
index 13c58941b7c..4e13d781fba 100644
--- a/man/display.texi
+++ b/man/display.texi
@@ -635,11 +635,12 @@ except the first, indicating that ``this is not the real beginning.''
635The right fringe shows a curving arrow for each screen line except the 635The right fringe shows a curving arrow for each screen line except the
636last, indicating that ``this is not the real end.'' 636last, indicating that ``this is not the real end.''
637 637
638 The fringes indicate line truncation with short horizontale arrows 638 The fringes indicate line truncation with short horizontal arrows
639meaning ``there's more text on this line which is scrolled 639meaning ``there's more text on this line which is scrolled
640horizontally out of view.'' They also indicate other things such as 640horizontally out of view;'' clicking the mouse on one of the arrows
641empty lines, or where a program you are debugging is executing 641scrolls the display horizontally in the direction of the arrow. The
642(@pxref{Debuggers}). 642fringes also indicate other things such as empty lines, or where a
643program you are debugging is executing (@pxref{Debuggers}).
643 644
644@findex set-fringe-style 645@findex set-fringe-style
645@findex fringe-mode 646@findex fringe-mode
@@ -680,10 +681,10 @@ the form-feed characters.)
680@vindex default-indicate-empty-lines 681@vindex default-indicate-empty-lines
681@cindex empty lines 682@cindex empty lines
682@cindex fringes, and empty line indication 683@cindex fringes, and empty line indication
683 Emacs can indicate empty lines at the end of the buffer with a 684 Emacs can indicate empty lines at the end of the buffer with a special
684special bitmap in the left fringe of the window. To enable this 685bitmap in the left fringe of the window (@pxref{Fringes}). To enable
685feature, set the buffer-local variable @code{indicate-empty-lines} to 686this feature, set the buffer-local variable @code{indicate-empty-lines}
686a non-@code{nil} value. The default value of this variable is 687to a non-@code{nil} value. The default value of this variable is
687controlled by the variable @code{default-indicate-empty-lines}; by 688controlled by the variable @code{default-indicate-empty-lines}; by
688setting that variable, you can enable or disable this feature for all 689setting that variable, you can enable or disable this feature for all
689new buffers. (This feature currently doesn't work on character 690new buffers. (This feature currently doesn't work on character