From 34c5a7c38a5b798202b8ab683bcee7ee23a126e6 Mon Sep 17 00:00:00 2001 From: Gerd Moellmann Date: Wed, 7 Mar 2001 14:14:58 +0000 Subject: [PATCH] (syms_of_buffer) : Doc fix. --- src/buffer.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/buffer.c b/src/buffer.c index 99e298a5cd0..e3ce4ad4f4b 100644 --- a/src/buffer.c +++ b/src/buffer.c @@ -5044,8 +5044,8 @@ don't override it. This is the same as (default-value\n\ 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); -- 2.11.4.GIT