]> git.eshelyaron.com Git - emacs.git/commitdiff
(Fmake_indirect_buffer): Escape newline in doc.
authorDave Love <fx@gnu.org>
Wed, 19 Apr 2000 08:55:09 +0000 (08:55 +0000)
committerDave Love <fx@gnu.org>
Wed, 19 Apr 2000 08:55:09 +0000 (08:55 +0000)
src/ChangeLog
src/buffer.c

index 36aeee511091c81392fc3b14ec3a05b9dba72335..112a4841cf98dfee43f0ece93417f7960aa1a3f5 100644 (file)
@@ -1,3 +1,7 @@
+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.
index 5eb57129defbac0b7c2f2ce8e26917418ff0e91a..f6e655a831425a3497ac2da6c77dcf0c344e7d29 100644 (file)
@@ -456,7 +456,7 @@ DEFUN ("make-indirect-buffer", Fmake_indirect_buffer, Smake_indirect_buffer,
 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 @@ init_buffer_once ()
   /* 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;