diff options
Diffstat (limited to 'doc')
| -rw-r--r-- | doc/emacs/display.texi | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/doc/emacs/display.texi b/doc/emacs/display.texi index 8e842bea179..6fc99bd2716 100644 --- a/doc/emacs/display.texi +++ b/doc/emacs/display.texi | |||
| @@ -1116,7 +1116,8 @@ the arrows scrolls the display horizontally in the direction of the | |||
| 1116 | arrow. | 1116 | arrow. |
| 1117 | 1117 | ||
| 1118 | The fringes can also indicate other things, such as buffer | 1118 | The fringes can also indicate other things, such as buffer |
| 1119 | boundaries (@pxref{Displaying Boundaries}), and where a program you | 1119 | boundaries (@pxref{Displaying Boundaries}), unused lines near the end |
| 1120 | of the window (@pxref{indicate-empty-lines}), and where a program you | ||
| 1120 | are debugging is executing (@pxref{Debuggers}). | 1121 | are debugging is executing (@pxref{Debuggers}). |
| 1121 | 1122 | ||
| 1122 | @vindex overflow-newline-into-fringe | 1123 | @vindex overflow-newline-into-fringe |
| @@ -1258,6 +1259,7 @@ extra spaces at the end of each line in the region. | |||
| 1258 | @vindex indicate-empty-lines | 1259 | @vindex indicate-empty-lines |
| 1259 | @cindex unused lines | 1260 | @cindex unused lines |
| 1260 | @cindex fringes, and unused line indication | 1261 | @cindex fringes, and unused line indication |
| 1262 | @anchor{indicate-empty-lines} | ||
| 1261 | On graphical displays, Emacs can indicate unused lines at the end of | 1263 | On graphical displays, Emacs can indicate unused lines at the end of |
| 1262 | the window with a small image in the left fringe (@pxref{Fringes}). | 1264 | the window with a small image in the left fringe (@pxref{Fringes}). |
| 1263 | The image appears for screen lines that do not correspond to any | 1265 | The image appears for screen lines that do not correspond to any |