(indicate-empty-lines): Doc-fix.
authorGerd Moellmann <gerd@gnu.org>
Sat, 13 Nov 1999 23:30:57 +0000 (23:30 +0000)
committerGerd Moellmann <gerd@gnu.org>
Sat, 13 Nov 1999 23:30:57 +0000 (23:30 +0000)
src/buffer.c

index 9233105..d919f38 100644 (file)
@@ -4431,7 +4431,9 @@ A value of nil means no marginal area.");
   
   DEFVAR_PER_BUFFER ("indicate-empty-lines",
                     &current_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",