aboutsummaryrefslogtreecommitdiffstats
path: root/src/buffer.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/buffer.c')
-rw-r--r--src/buffer.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/buffer.c b/src/buffer.c
index 5eb57129def..f6e655a8314 100644
--- a/src/buffer.c
+++ b/src/buffer.c
@@ -456,7 +456,7 @@ DEFUN ("make-indirect-buffer", Fmake_indirect_buffer, Smake_indirect_buffer,
456BASE-BUFFER should be an existing buffer (or buffer name).\n\ 456BASE-BUFFER should be an existing buffer (or buffer name).\n\
457NAME should be a string which is not the name of an existing buffer.\n\ 457NAME should be a string which is not the name of an existing buffer.\n\
458Optional argument CLONE non-nil means preserve BASE-BUFFER's state,\n\ 458Optional argument CLONE non-nil means preserve BASE-BUFFER's state,\n\
459such as major and minor modes, in the indirect buffer. 459such as major and minor modes, in the indirect buffer.\n\
460CLONE nil means the indirect buffer's state is reset to default values.") 460CLONE nil means the indirect buffer's state is reset to default values.")
461 (base_buffer, name, clone) 461 (base_buffer, name, clone)
462 Lisp_Object base_buffer, name, clone; 462 Lisp_Object base_buffer, name, clone;
@@ -3951,7 +3951,7 @@ init_buffer_once ()
3951 /* Set up the default values of various buffer slots. */ 3951 /* Set up the default values of various buffer slots. */
3952 /* Must do these before making the first buffer! */ 3952 /* Must do these before making the first buffer! */
3953 3953
3954 /* real setup is done in loaddefs.el */ 3954 /* real setup is done in bindings.el */
3955 buffer_defaults.mode_line_format = build_string ("%-"); 3955 buffer_defaults.mode_line_format = build_string ("%-");
3956 buffer_defaults.header_line_format = Qnil; 3956 buffer_defaults.header_line_format = Qnil;
3957 buffer_defaults.abbrev_mode = Qnil; 3957 buffer_defaults.abbrev_mode = Qnil;