diff src/textprop.c @ 35751:c3efe58b6405

(Fset_text_properties): Fix newline in doc string.
author Dave Love <fx@gnu.org>
date Wed, 31 Jan 2001 01:00:17 +0000
parents c88c651ff00c
children df19dee0cf24
line wrap: on
line diff
--- a/src/textprop.c	Wed Jan 31 00:12:02 2001 +0000
+++ b/src/textprop.c	Wed Jan 31 01:00:17 2001 +0000
@@ -1217,7 +1217,7 @@
   "Completely replace properties of text from START to END.\n\
 The third argument PROPERTIES is the new property list.\n\
 The optional fourth argument, OBJECT,\n\
-is the string or buffer containing the text.
+is the string or buffer containing the text.\n\
 If OBJECT is omitted or nil, it defaults to the current buffer.")
   (start, end, properties, object)
      Lisp_Object start, end, properties, object;