Mercurial > emacs
changeset 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 | 08aed53e171c |
children | 05816ce1f5fb |
files | src/buffer.c |
diffstat | 1 files changed, 2 insertions(+), 2 deletions(-) [+] |
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);