diff options
| author | Eli Zaretskii | 2002-06-18 05:20:45 +0000 |
|---|---|---|
| committer | Eli Zaretskii | 2002-06-18 05:20:45 +0000 |
| commit | 566da2e7e0334302e623f21dbf0a2605563ccf9f (patch) | |
| tree | 96c73b602cb1c1e0bb7fb860c0d935cf4fd3a646 | |
| parent | b432b4424cfb5c1575deae51f6548a81c9da4af8 (diff) | |
| download | emacs-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.texi | 17 |
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.'' | |||
| 635 | The right fringe shows a curving arrow for each screen line except the | 635 | The right fringe shows a curving arrow for each screen line except the |
| 636 | last, indicating that ``this is not the real end.'' | 636 | last, 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 |
| 639 | meaning ``there's more text on this line which is scrolled | 639 | meaning ``there's more text on this line which is scrolled |
| 640 | horizontally out of view.'' They also indicate other things such as | 640 | horizontally out of view;'' clicking the mouse on one of the arrows |
| 641 | empty lines, or where a program you are debugging is executing | 641 | scrolls the display horizontally in the direction of the arrow. The |
| 642 | (@pxref{Debuggers}). | 642 | fringes also indicate other things such as empty lines, or where a |
| 643 | program 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 |
| 684 | special bitmap in the left fringe of the window. To enable this | 685 | bitmap in the left fringe of the window (@pxref{Fringes}). To enable |
| 685 | feature, set the buffer-local variable @code{indicate-empty-lines} to | 686 | this feature, set the buffer-local variable @code{indicate-empty-lines} |
| 686 | a non-@code{nil} value. The default value of this variable is | 687 | to a non-@code{nil} value. The default value of this variable is |
| 687 | controlled by the variable @code{default-indicate-empty-lines}; by | 688 | controlled by the variable @code{default-indicate-empty-lines}; by |
| 688 | setting that variable, you can enable or disable this feature for all | 689 | setting that variable, you can enable or disable this feature for all |
| 689 | new buffers. (This feature currently doesn't work on character | 690 | new buffers. (This feature currently doesn't work on character |