diff options
author | Eli Zaretskii <eliz@gnu.org> | 2000-08-22 10:47:36 +0000 |
---|---|---|
committer | Eli Zaretskii <eliz@gnu.org> | 2000-08-22 10:47:36 +0000 |
commit | c03ab8fd510c10cd281637581af3fc1ee5e25e0e (patch) | |
tree | 518f16f538ddc4cad772f501377f2596ad1eb9de /man/frames.texi | |
parent | 0e18b431fd61e18ee1d8461f7d89947149058988 (diff) | |
download | emacs-c03ab8fd510c10cd281637581af3fc1ee5e25e0e.tar.gz |
Document the indicate-empty-lines variable.
Diffstat (limited to 'man/frames.texi')
-rw-r--r-- | man/frames.texi | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/man/frames.texi b/man/frames.texi index 2db600d31de..0719166d105 100644 --- a/man/frames.texi +++ b/man/frames.texi @@ -1323,6 +1323,15 @@ cursor. For example, if the cursor is on a TAB character, it is drawn as wide as that TAB is on the display. To turn on this feature, set the variable @code{x-stretch-cursor} to a non-nil value. +@vindex indicate-empty-lines +@vindex default-indicate-empty-lines +@cindex empty lines + Empty display lines at the end of the buffer can be optionally marked +with a pecial bitmap in the left fringe of the window. This is +activated by setting the buffer-local variable +@code{indicate-empty-lines} to a non-nil value. The default value of +this variable is found in @code{default-indicate-empty-lines}. + @node Non-Window Terminals @section Non-Window Terminals @cindex non-window terminals |