diff options
Diffstat (limited to 'src/buffer.c')
| -rw-r--r-- | src/buffer.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/buffer.c b/src/buffer.c index 99e298a5cd0..e3ce4ad4f4b 100644 --- a/src/buffer.c +++ b/src/buffer.c | |||
| @@ -5044,8 +5044,8 @@ don't override it. This is the same as (default-value\n\ | |||
| 5044 | DEFVAR_PER_BUFFER ("header-line-format", | 5044 | DEFVAR_PER_BUFFER ("header-line-format", |
| 5045 | ¤t_buffer->header_line_format, | 5045 | ¤t_buffer->header_line_format, |
| 5046 | Qnil, | 5046 | Qnil, |
| 5047 | "Analogous to `mode-line-format', but for a mode line displayed\n\ | 5047 | "Analogous to `mode-line-format', but for the mode line that can be\n\ |
| 5048 | at the top of windows."); | 5048 | displayed at the top of a window."); |
| 5049 | 5049 | ||
| 5050 | DEFVAR_PER_BUFFER ("mode-line-format", ¤t_buffer->mode_line_format, | 5050 | DEFVAR_PER_BUFFER ("mode-line-format", ¤t_buffer->mode_line_format, |
| 5051 | Qnil, 0); | 5051 | Qnil, 0); |