From: Dave Love Date: Wed, 31 Jan 2001 01:00:17 +0000 (+0000) Subject: (Fset_text_properties): Fix newline in doc string. X-Git-Tag: emacs-pretest-21.0.98~281 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=a63643cd04cda0e835077a8bdcacb5513b1f6338;p=emacs.git (Fset_text_properties): Fix newline in doc string. --- diff --git a/src/textprop.c b/src/textprop.c index b29bca295a9..a84d618ce69 100644 --- a/src/textprop.c +++ b/src/textprop.c @@ -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;