Mercurial > emacs
changeset 27559:282d42ed4ea6
(Fpropertize): Doc fix.
author | Dave Love <fx@gnu.org> |
---|---|
date | Tue, 01 Feb 2000 15:13:01 +0000 |
parents | f99efd14b932 |
children | a7b55765b7c4 |
files | src/editfns.c |
diffstat | 1 files changed, 1 insertions(+), 1 deletions(-) [+] |
line wrap: on
line diff
--- a/src/editfns.c Tue Feb 01 15:01:28 2000 +0000 +++ b/src/editfns.c Tue Feb 01 15:13:01 2000 +0000 @@ -2794,7 +2794,7 @@ 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;