Mercurial > emacs
diff src/buffer.c @ 36626:c9ab48ddfcfe
(syms_of_buffer) <header-line-format>: Doc fix.
| author | Gerd Moellmann <gerd@gnu.org> |
|---|---|
| date | Wed, 07 Mar 2001 14:14:58 +0000 |
| parents | 1f80152aeddc |
| children | c2640df9b55b |
line wrap: on
line diff
--- a/src/buffer.c Wed Mar 07 14:01:03 2001 +0000 +++ b/src/buffer.c Wed Mar 07 14:14:58 2001 +0000 @@ -5044,8 +5044,8 @@ 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);
