}
-DEFUN ("properties", Fproperties, Sproperties, 3, MANY, 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\
DEFVAR_LISP ("user-real-login-name", &Vuser_real_login_name,
"The user's name, based upon the real uid only.");
- defsubr (&Sproperties);
+ defsubr (&Spropertize);
defsubr (&Schar_equal);
defsubr (&Sgoto_char);
defsubr (&Sstring_to_char);