Mercurial > emacs
comparison 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 |
comparison
equal
deleted
inserted
replaced
| 26440:1e3acb0878a2 | 26441:53aa5195c94a |
|---|---|
| 4429 Automatically becomes buffer-local when set in any fashion.\n\ | 4429 Automatically becomes buffer-local when set in any fashion.\n\ |
| 4430 A value of nil means no marginal area."); | 4430 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", |
| 4438 ¤t_buffer->scroll_up_aggressively, Qnil, | 4440 ¤t_buffer->scroll_up_aggressively, Qnil, |
| 4439 "*If a number, scroll display up aggressively.\n\ | 4441 "*If a number, scroll display up aggressively.\n\ |
