# HG changeset patch # User Eli Zaretskii # Date 982240582 0 # Node ID df19dee0cf2403c4b5e239ab337044dceedd61b4 # Parent 8e09294f8ffbcb12c86fc1098f69f7f95b51d596 (Fset_text_properties): Doc fix. diff -r 8e09294f8ffb -r df19dee0cf24 src/textprop.c --- a/src/textprop.c Thu Feb 15 12:30:16 2001 +0000 +++ b/src/textprop.c Thu Feb 15 12:36:22 2001 +0000 @@ -1218,7 +1218,9 @@ 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; {