From 2ab62c6c94565fc9f5ed3a361e61b4aaf10ff8df Mon Sep 17 00:00:00 2001 From: Gerd Moellmann Date: Wed, 7 Mar 2001 14:15:25 +0000 Subject: [PATCH] (syms_of_buffer) : Doc fix. --- src/ChangeLog | 2 ++ src/buffer.c | 4 ++-- 2 files changed, 4 insertions(+), 2 deletions(-) diff --git a/src/ChangeLog b/src/ChangeLog index ed40b909eac..2c9222b8c5f 100644 --- a/src/ChangeLog +++ b/src/ChangeLog @@ -1,5 +1,7 @@ 2001-03-07 Gerd Moellmann + * buffer.c (syms_of_buffer) : Doc fix. + * process.c (Fset_process_filter): Don't crash if the input file descriptor of PROCESS is closed. (Fset_process_window_size): Likewise. 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.39.5