diff options
Diffstat (limited to 'src/editfns.c')
-rw-r--r-- | src/editfns.c | 2 |
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; |