diff options
| author | Gerd Moellmann | 1999-11-13 23:30:57 +0000 |
|---|---|---|
| committer | Gerd Moellmann | 1999-11-13 23:30:57 +0000 |
| commit | 9d1ee976793c17b8539b0fbc7d1c749034c9b270 (patch) | |
| tree | 4cf9733d4c8ef945231b55718b30e93d9bf5d6d7 /src/buffer.c | |
| parent | 4fefa382f061322a759f496f94059948dc43cf82 (diff) | |
| download | emacs-9d1ee976793c17b8539b0fbc7d1c749034c9b270.tar.gz emacs-9d1ee976793c17b8539b0fbc7d1c749034c9b270.zip | |
(indicate-empty-lines): Doc-fix.
Diffstat (limited to 'src/buffer.c')
| -rw-r--r-- | src/buffer.c | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/src/buffer.c b/src/buffer.c index 9233105a6e1..d919f38784b 100644 --- a/src/buffer.c +++ b/src/buffer.c | |||
| @@ -4431,7 +4431,9 @@ A value of nil means no marginal area."); | |||
| 4431 | 4431 | ||
| 4432 | DEFVAR_PER_BUFFER ("indicate-empty-lines", | 4432 | DEFVAR_PER_BUFFER ("indicate-empty-lines", |
| 4433 | ¤t_buffer->indicate_empty_lines, Qnil, | 4433 | ¤t_buffer->indicate_empty_lines, Qnil, |
| 4434 | "*Non-nil means visually indicate lines not displaying text.\n\ | 4434 | "*Visually indicate empty lines after the buffer end.\n\ |
| 4435 | If non-nil, a bitmap is displayed in the left fringe of a window on\n\ | ||
| 4436 | window-systems.\n\ | ||
| 4435 | Automatically becomes buffer-local when set in any fashion.\n"); | 4437 | Automatically becomes buffer-local when set in any fashion.\n"); |
| 4436 | 4438 | ||
| 4437 | DEFVAR_PER_BUFFER ("scroll-up-aggressively", | 4439 | DEFVAR_PER_BUFFER ("scroll-up-aggressively", |