aboutsummaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
authorGerd Moellmann2001-03-07 14:15:25 +0000
committerGerd Moellmann2001-03-07 14:15:25 +0000
commit2ab62c6c94565fc9f5ed3a361e61b4aaf10ff8df (patch)
tree1abf76cad77a1340cb953af3c756f711c65b92b0 /src
parent6806e86735a925027be79307eeee5f302372c8e7 (diff)
downloademacs-2ab62c6c94565fc9f5ed3a361e61b4aaf10ff8df.tar.gz
emacs-2ab62c6c94565fc9f5ed3a361e61b4aaf10ff8df.zip
(syms_of_buffer) <header-line-format>: Doc fix.
Diffstat (limited to 'src')
-rw-r--r--src/ChangeLog2
-rw-r--r--src/buffer.c4
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 @@
12001-03-07 Gerd Moellmann <gerd@gnu.org> 12001-03-07 Gerd Moellmann <gerd@gnu.org>
2 2
3 * buffer.c (syms_of_buffer) <header-line-format>: Doc fix.
4
3 * process.c (Fset_process_filter): Don't crash if the input 5 * process.c (Fset_process_filter): Don't crash if the input
4 file descriptor of PROCESS is closed. 6 file descriptor of PROCESS is closed.
5 (Fset_process_window_size): Likewise. 7 (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\
5044 DEFVAR_PER_BUFFER ("header-line-format", 5044 DEFVAR_PER_BUFFER ("header-line-format",
5045 &current_buffer->header_line_format, 5045 &current_buffer->header_line_format,
5046 Qnil, 5046 Qnil,
5047 "Analogous to `mode-line-format', but for a mode line displayed\n\ 5047 "Analogous to `mode-line-format', but for the mode line that can be\n\
5048at the top of windows."); 5048displayed at the top of a window.");
5049 5049
5050 DEFVAR_PER_BUFFER ("mode-line-format", &current_buffer->mode_line_format, 5050 DEFVAR_PER_BUFFER ("mode-line-format", &current_buffer->mode_line_format,
5051 Qnil, 0); 5051 Qnil, 0);