From: Eli Zaretskii Date: Thu, 15 Feb 2001 12:36:44 +0000 (+0000) Subject: (Fset_text_properties): Doc fix. X-Git-Tag: emacs-pretest-21.0.98~1 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=25078b542c45351c7c759c2f7b19e5b6e7dcad78;p=emacs.git (Fset_text_properties): Doc fix. --- diff --git a/src/ChangeLog b/src/ChangeLog index 295773aabaa..e004696d3c0 100644 --- a/src/ChangeLog +++ b/src/ChangeLog @@ -1,3 +1,7 @@ +2001-02-15 Eli Zaretskii + + * textprop.c (Fset_text_properties): Doc fix. + 2001-02-15 Gerd Moellmann * dispnew.c (update_text_area): Undo change of 2001-01-12. diff --git a/src/textprop.c b/src/textprop.c index a84d618ce69..87a3c09cc11 100644 --- a/src/textprop.c +++ b/src/textprop.c @@ -1218,7 +1218,9 @@ DEFUN ("set-text-properties", Fset_text_properties, The third argument PROPERTIES is the new property list.\n\ The optional fourth argument, OBJECT,\n\ is the string or buffer containing the text.\n\ -If OBJECT is omitted or nil, it defaults to the current buffer.") +If OBJECT is omitted or nil, it defaults to the current buffer.\n\ +If PROPERTIES is nil, the effect is to remove all properties from\n\ +the designated part of OBJECT.") (start, end, properties, object) Lisp_Object start, end, properties, object; {