aboutsummaryrefslogtreecommitdiffstats
path: root/src/buffer.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/buffer.c')
-rw-r--r--src/buffer.c4
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 &current_buffer->header_line_format, 5045 &current_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\
5048at the top of windows."); 5048displayed at the top of a window.");
5049 5049
5050 DEFVAR_PER_BUFFER ("mode-line-format", &current_buffer->mode_line_format, 5050 DEFVAR_PER_BUFFER ("mode-line-format", &current_buffer->mode_line_format,
5051 Qnil, 0); 5051 Qnil, 0);