diff options
Diffstat (limited to 'src/buffer.c')
| -rw-r--r-- | src/buffer.c | 7 |
1 files changed, 5 insertions, 2 deletions
diff --git a/src/buffer.c b/src/buffer.c index 57137b2a067..548d7b1c65c 100644 --- a/src/buffer.c +++ b/src/buffer.c | |||
| @@ -5598,8 +5598,11 @@ the mode line appears at the bottom. */); | |||
| 5598 | &BVAR (current_buffer, header_line_format), | 5598 | &BVAR (current_buffer, header_line_format), |
| 5599 | Qnil, | 5599 | Qnil, |
| 5600 | doc: /* Analogous to `mode-line-format', but controls the header line. | 5600 | doc: /* Analogous to `mode-line-format', but controls the header line. |
| 5601 | The header line appears, optionally, at the top of a window; | 5601 | The header line appears, optionally, at the top of a window; the mode |
| 5602 | the mode line appears at the bottom. */); | 5602 | line appears at the bottom. |
| 5603 | |||
| 5604 | Also see `header-line-indent-mode' if `display-line-number-mode' is | ||
| 5605 | used. */); | ||
| 5603 | 5606 | ||
| 5604 | DEFVAR_PER_BUFFER ("mode-line-format", &BVAR (current_buffer, mode_line_format), | 5607 | DEFVAR_PER_BUFFER ("mode-line-format", &BVAR (current_buffer, mode_line_format), |
| 5605 | Qnil, | 5608 | Qnil, |