Improve documentation of features that use the fringes
* doc/emacs/display.texi (Fringes): Add cross-reference to where indicate-empty-lines is described. (Useless Whitespace): Add an @anchor for a more accurate cross-reference in "Fringes".
This commit is contained in:
parent
fae1ff69c3
commit
0860ac0e9d
1 changed files with 3 additions and 1 deletions
|
@ -1110,7 +1110,8 @@ the arrows scrolls the display horizontally in the direction of the
|
|||
arrow.
|
||||
|
||||
The fringes can also indicate other things, such as buffer
|
||||
boundaries (@pxref{Displaying Boundaries}), and where a program you
|
||||
boundaries (@pxref{Displaying Boundaries}), unused lines near the end
|
||||
of the window (@pxref{indicate-empty-lines}), and where a program you
|
||||
are debugging is executing (@pxref{Debuggers}).
|
||||
|
||||
@vindex overflow-newline-into-fringe
|
||||
|
@ -1203,6 +1204,7 @@ extra spaces at the end of each line in the region.
|
|||
@vindex indicate-empty-lines
|
||||
@cindex unused lines
|
||||
@cindex fringes, and unused line indication
|
||||
@anchor{indicate-empty-lines}
|
||||
On graphical displays, Emacs can indicate unused lines at the end of
|
||||
the window with a small image in the left fringe (@pxref{Fringes}).
|
||||
The image appears for screen lines that do not correspond to any
|
||||
|
|
Loading…
Add table
Reference in a new issue