]> git.eshelyaron.com Git - emacs.git/commitdiff
(Fpropertize): Renamed from Fproperties.
authorGerd Moellmann <gerd@gnu.org>
Wed, 29 Sep 1999 20:33:45 +0000 (20:33 +0000)
committerGerd Moellmann <gerd@gnu.org>
Wed, 29 Sep 1999 20:33:45 +0000 (20:33 +0000)
src/editfns.c

index 7edf4ef89c1c4427771af168bca3b9286a58df0d..7b3e5d446c6e2d4dc996febb2112de9fc678834d 100644 (file)
@@ -2466,7 +2466,7 @@ DEFUN ("current-message", Fcurrent_message, Scurrent_message, 0, 0, 0,
 }
 
 
-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 @@ functions if all the text being accessed has this property.");
   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);