+2000-04-19 Dave Love <fx@gnu.org>
+
+ * buffer.c (Fmake_indirect_buffer): Escape newline in doc.
+
2000-04-18 Gerd Moellmann <gerd@gnu.org>
* lread.c (read_filtered_event): Cancel and start busy cursor.
BASE-BUFFER should be an existing buffer (or buffer name).\n\
NAME should be a string which is not the name of an existing buffer.\n\
Optional argument CLONE non-nil means preserve BASE-BUFFER's state,\n\
-such as major and minor modes, in the indirect buffer.
+such as major and minor modes, in the indirect buffer.\n\
CLONE nil means the indirect buffer's state is reset to default values.")
(base_buffer, name, clone)
Lisp_Object base_buffer, name, clone;
/* Set up the default values of various buffer slots. */
/* Must do these before making the first buffer! */
- /* real setup is done in loaddefs.el */
+ /* real setup is done in bindings.el */
buffer_defaults.mode_line_format = build_string ("%-");
buffer_defaults.header_line_format = Qnil;
buffer_defaults.abbrev_mode = Qnil;