diff options
author | Gerd Moellmann <gerd@gnu.org> | 1999-09-29 20:33:45 +0000 |
---|---|---|
committer | Gerd Moellmann <gerd@gnu.org> | 1999-09-29 20:33:45 +0000 |
commit | 0963334d8f320b15bcc089146d40f21a5b9a5b1a (patch) | |
tree | f3bfcbe238af58ee4f4e081e8ae6a6e6f7719542 | |
parent | 00f6d59e8c78233447530355ebf6cdfd1013a62b (diff) | |
download | emacs-0963334d8f320b15bcc089146d40f21a5b9a5b1a.tar.gz |
(Fpropertize): Renamed from Fproperties.
-rw-r--r-- | src/editfns.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/editfns.c b/src/editfns.c index 7edf4ef89c1..7b3e5d446c6 100644 --- a/src/editfns.c +++ b/src/editfns.c @@ -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); |