Mercurial > emacs
diff src/buffer.c @ 26441:53aa5195c94a
(indicate-empty-lines): Doc-fix.
| author | Gerd Moellmann <gerd@gnu.org> |
|---|---|
| date | Sat, 13 Nov 1999 23:30:57 +0000 |
| parents | f35140f031b4 |
| children | 5dec6111686f |
line wrap: on
line diff
--- a/src/buffer.c Sat Nov 13 23:19:56 1999 +0000 +++ b/src/buffer.c Sat Nov 13 23:30:57 1999 +0000 @@ -4431,7 +4431,9 @@ DEFVAR_PER_BUFFER ("indicate-empty-lines", ¤t_buffer->indicate_empty_lines, Qnil, - "*Non-nil means visually indicate lines not displaying text.\n\ + "*Visually indicate empty lines after the buffer end.\n\ +If non-nil, a bitmap is displayed in the left fringe of a window on\n\ +window-systems.\n\ Automatically becomes buffer-local when set in any fashion.\n"); DEFVAR_PER_BUFFER ("scroll-up-aggressively",
