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.
DEFVAR_PER_BUFFER ("header-line-format",
¤t_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", ¤t_buffer->mode_line_format,
Qnil, 0);