(Fset_text_properties): Fix newline in doc string.
authorDave Love <fx@gnu.org>
Wed, 31 Jan 2001 01:00:17 +0000 (01:00 +0000)
committerDave Love <fx@gnu.org>
Wed, 31 Jan 2001 01:00:17 +0000 (01:00 +0000)
src/textprop.c

index b29bca2..a84d618 100644 (file)
@@ -1217,7 +1217,7 @@ DEFUN ("set-text-properties", Fset_text_properties,
   "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;