From 2b5f21c23c4ce30f5904637846f83ba9e25ec1f2 Mon Sep 17 00:00:00 2001 From: Eli Zaretskii Date: Mon, 29 Jan 2001 16:49:57 +0000 Subject: [PATCH] (Fset_text_properties): Doc fix. --- src/textprop.c | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/src/textprop.c b/src/textprop.c index 5342cc2380f..b29bca295a9 100644 --- a/src/textprop.c +++ b/src/textprop.c @@ -1217,7 +1217,8 @@ 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. +If OBJECT is omitted or nil, it defaults to the current buffer.") (start, end, properties, object) Lisp_Object start, end, properties, object; { -- 2.39.2