summaryrefslogtreecommitdiff
path: root/src/editfns.c
diff options
context:
space:
mode:
authorDave Love <fx@gnu.org>2000-02-01 15:13:01 +0000
committerDave Love <fx@gnu.org>2000-02-01 15:13:01 +0000
commit76329875ff357b2b6193a393576980093f235ad9 (patch)
tree2196d6a3f77a080cb0a893f865d3cbd891b43636 /src/editfns.c
parent8c983bf2575825fdaef0caa7b2cd5a9561969629 (diff)
downloademacs-76329875ff357b2b6193a393576980093f235ad9.tar.gz
(Fpropertize): Doc fix.
Diffstat (limited to 'src/editfns.c')
-rw-r--r--src/editfns.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/editfns.c b/src/editfns.c
index 64c62112776..fcc59979fe1 100644
--- a/src/editfns.c
+++ b/src/editfns.c
@@ -2794,7 +2794,7 @@ DEFUN ("current-message", Fcurrent_message, Scurrent_message, 0, 0, 0,
DEFUN ("propertize", Fpropertize, Spropertize, 3, MANY, 0,
"Return a copy of STRING with text properties added.\n\
First argument is the string to copy.\n\
-Remaining arguments are sequences of PROPERTY VALUE pairs for text\n\
+Remaining arguments form a sequence of PROPERTY VALUE pairs for text\n\
properties to add to the result ")
(nargs, args)
int nargs;