# HG changeset patch # User Gerd Moellmann # Date 983974498 0 # Node ID c9ab48ddfcfe7a2dcb0126521a025cab6acef622 # Parent 08aed53e171c32566f0ee1fa46be60c665a57039 (syms_of_buffer) : Doc fix. diff -r 08aed53e171c -r c9ab48ddfcfe src/buffer.c --- 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);