aboutsummaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
authorDave Love2001-01-31 01:00:17 +0000
committerDave Love2001-01-31 01:00:17 +0000
commita63643cd04cda0e835077a8bdcacb5513b1f6338 (patch)
tree91e2aae9eff224125ad819559d022d811370159b /src
parent7dd4c92dbe6292fe03c6a4cc0beb4239d17a7436 (diff)
downloademacs-a63643cd04cda0e835077a8bdcacb5513b1f6338.tar.gz
emacs-a63643cd04cda0e835077a8bdcacb5513b1f6338.zip
(Fset_text_properties): Fix newline in doc string.
Diffstat (limited to 'src')
-rw-r--r--src/textprop.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/textprop.c b/src/textprop.c
index b29bca295a9..a84d618ce69 100644
--- a/src/textprop.c
+++ b/src/textprop.c
@@ -1217,7 +1217,7 @@ DEFUN ("set-text-properties", Fset_text_properties,
1217 "Completely replace properties of text from START to END.\n\ 1217 "Completely replace properties of text from START to END.\n\
1218The third argument PROPERTIES is the new property list.\n\ 1218The third argument PROPERTIES is the new property list.\n\
1219The optional fourth argument, OBJECT,\n\ 1219The optional fourth argument, OBJECT,\n\
1220is the string or buffer containing the text. 1220is the string or buffer containing the text.\n\
1221If OBJECT is omitted or nil, it defaults to the current buffer.") 1221If OBJECT is omitted or nil, it defaults to the current buffer.")
1222 (start, end, properties, object) 1222 (start, end, properties, object)
1223 Lisp_Object start, end, properties, object; 1223 Lisp_Object start, end, properties, object;