# HG changeset patch # User Gerd Moellmann # Date 938637225 0 # Node ID 65cab65c4a28f1045a0b747b236800d825e40b42 # Parent 148a6733cd8316d441ca6e2048e51f59353e5692 (Fpropertize): Renamed from Fproperties. diff -r 148a6733cd83 -r 65cab65c4a28 src/editfns.c --- a/src/editfns.c Wed Sep 29 19:59:16 1999 +0000 +++ b/src/editfns.c Wed Sep 29 20:33:45 1999 +0000 @@ -2466,7 +2466,7 @@ } -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\ @@ -3404,7 +3404,7 @@ 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);