diff options
author | Eli Zaretskii <eliz@gnu.org> | 2001-02-15 12:36:44 +0000 |
---|---|---|
committer | Eli Zaretskii <eliz@gnu.org> | 2001-02-15 12:36:44 +0000 |
commit | 25078b542c45351c7c759c2f7b19e5b6e7dcad78 (patch) | |
tree | 08e02662473e4625b2ce3268919c7964b24fb7a5 /src/textprop.c | |
parent | 8399f8a0cd00d4c2f99e20585bb6d2d70d7177af (diff) | |
download | emacs-25078b542c45351c7c759c2f7b19e5b6e7dcad78.tar.gz |
(Fset_text_properties): Doc fix.
Diffstat (limited to 'src/textprop.c')
-rw-r--r-- | src/textprop.c | 4 |
1 files changed, 3 insertions, 1 deletions
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; { |