changeset 28636:19c81f320db5

(Fmake_indirect_buffer): Escape newline in doc.
author Dave Love <fx@gnu.org>
date Wed, 19 Apr 2000 08:53:42 +0000
parents cda2b6ed6aec
children 836022e1bf8c
files src/buffer.c
diffstat 1 files changed, 2 insertions(+), 2 deletions(-) [+]
line wrap: on
line diff
--- a/src/buffer.c	Tue Apr 18 21:27:18 2000 +0000
+++ b/src/buffer.c	Wed Apr 19 08:53:42 2000 +0000
@@ -456,7 +456,7 @@
 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;
@@ -3951,7 +3951,7 @@
   /* 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;