diff src/editfns.c @ 25833:65cab65c4a28

(Fpropertize): Renamed from Fproperties.
author Gerd Moellmann <gerd@gnu.org>
date Wed, 29 Sep 1999 20:33:45 +0000
parents 768a5bb054df
children c11f0832a7c5
line wrap: on
line diff
--- 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);