aboutsummaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
authorGerd Moellmann1999-09-29 20:33:45 +0000
committerGerd Moellmann1999-09-29 20:33:45 +0000
commit0963334d8f320b15bcc089146d40f21a5b9a5b1a (patch)
treef3bfcbe238af58ee4f4e081e8ae6a6e6f7719542 /src
parent00f6d59e8c78233447530355ebf6cdfd1013a62b (diff)
downloademacs-0963334d8f320b15bcc089146d40f21a5b9a5b1a.tar.gz
emacs-0963334d8f320b15bcc089146d40f21a5b9a5b1a.zip
(Fpropertize): Renamed from Fproperties.
Diffstat (limited to 'src')
-rw-r--r--src/editfns.c4
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,
2466} 2466}
2467 2467
2468 2468
2469DEFUN ("properties", Fproperties, Sproperties, 3, MANY, 0, 2469DEFUN ("propertize", Fpropertize, Spropertize, 3, MANY, 0,
2470 "Return a copy of STRING with text properties added.\n\ 2470 "Return a copy of STRING with text properties added.\n\
2471First argument is the string to copy.\n\ 2471First argument is the string to copy.\n\
2472Remaining arguments are sequences of PROPERTY VALUE pairs for text\n\ 2472Remaining arguments are sequences of PROPERTY VALUE pairs for text\n\
@@ -3404,7 +3404,7 @@ functions if all the text being accessed has this property.");
3404 DEFVAR_LISP ("user-real-login-name", &Vuser_real_login_name, 3404 DEFVAR_LISP ("user-real-login-name", &Vuser_real_login_name,
3405 "The user's name, based upon the real uid only."); 3405 "The user's name, based upon the real uid only.");
3406 3406
3407 defsubr (&Sproperties); 3407 defsubr (&Spropertize);
3408 defsubr (&Schar_equal); 3408 defsubr (&Schar_equal);
3409 defsubr (&Sgoto_char); 3409 defsubr (&Sgoto_char);
3410 defsubr (&Sstring_to_char); 3410 defsubr (&Sstring_to_char);