]> git.eshelyaron.com Git - emacs.git/commitdiff
(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 ed40b909eac2aba13d232d9065b00bea5c834375..2c9222b8c5f54ba239f1d1496bf283282b4a05cc 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 99e298a5cd052ed67115f515449a7e379c298f3d..e3ce4ad4f4b2d099011df137717a392ded932594 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);