From 76329875ff357b2b6193a393576980093f235ad9 Mon Sep 17 00:00:00 2001 From: Dave Love Date: Tue, 1 Feb 2000 15:13:01 +0000 Subject: [PATCH] (Fpropertize): Doc fix. --- src/editfns.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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; -- 2.39.5