(syms_of_buffer) <header-line-format>: Doc fix.
authorGerd Moellmann <gerd@gnu.org>
Wed, 7 Mar 2001 14:15:25 +0000 (14:15 +0000)
committerGerd Moellmann <gerd@gnu.org>
Wed, 7 Mar 2001 14:15:25 +0000 (14:15 +0000)
src/ChangeLog
src/buffer.c

index ed40b90..2c9222b 100644 (file)
@@ -1,5 +1,7 @@
 2001-03-07  Gerd Moellmann  <gerd@gnu.org>
 
+       * buffer.c (syms_of_buffer) <header-line-format>: Doc fix.
+
        * process.c (Fset_process_filter): Don't crash if the input
        file descriptor of PROCESS is closed.
        (Fset_process_window_size): Likewise.
index 99e298a..e3ce4ad 100644 (file)
@@ -5044,8 +5044,8 @@ don't override it.  This is the same as (default-value\n\
   DEFVAR_PER_BUFFER ("header-line-format",
                     &current_buffer->header_line_format, 
                     Qnil,
-   "Analogous to `mode-line-format', but for a mode line displayed\n\
-at the top of windows.");
+   "Analogous to `mode-line-format', but for the mode line that can be\n\
+displayed at the top of a window.");
   
   DEFVAR_PER_BUFFER ("mode-line-format", &current_buffer->mode_line_format, 
                     Qnil, 0);