aboutsummaryrefslogtreecommitdiffstats
path: root/src/buffer.c
diff options
context:
space:
mode:
authorGerd Moellmann2001-03-07 14:15:25 +0000
committerGerd Moellmann2001-03-07 14:15:25 +0000
commit2ab62c6c94565fc9f5ed3a361e61b4aaf10ff8df (patch)
tree1abf76cad77a1340cb953af3c756f711c65b92b0 /src/buffer.c
parent6806e86735a925027be79307eeee5f302372c8e7 (diff)
downloademacs-2ab62c6c94565fc9f5ed3a361e61b4aaf10ff8df.tar.gz
emacs-2ab62c6c94565fc9f5ed3a361e61b4aaf10ff8df.zip
(syms_of_buffer) <header-line-format>: Doc fix.
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);