Mercurial > emacs
diff src/textprop.c @ 36099:df19dee0cf24
(Fset_text_properties): Doc fix.
| author | Eli Zaretskii <eliz@gnu.org> |
|---|---|
| date | Thu, 15 Feb 2001 12:36:22 +0000 |
| parents | c3efe58b6405 |
| children | 96abf5ad6f42 |
line wrap: on
line diff
--- 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; {
