# HG changeset patch # User Dave Love # Date 980902817 0 # Node ID c3efe58b640538ce1202036149cde318a98c36a1 # Parent fbb4712321dd5009718f455f532b3e99ce5530be (Fset_text_properties): Fix newline in doc string. diff -r fbb4712321dd -r c3efe58b6405 src/textprop.c --- 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;