aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorRichard M. Stallman2002-06-17 16:14:37 +0000
committerRichard M. Stallman2002-06-17 16:14:37 +0000
commitcea5ec30b493ae72d25644fb465e6a3fada8664a (patch)
treee417f193f2cf6a7f268fe8441b4929c566f73a77
parent4adb7c0968a15e528a36f720484a2c4d9e90c536 (diff)
downloademacs-cea5ec30b493ae72d25644fb465e6a3fada8664a.tar.gz
emacs-cea5ec30b493ae72d25644fb465e6a3fada8664a.zip
(facemenu-map): Rename to Describe Text
to Describe Properties and use describe-text-properties.
-rw-r--r--lisp/facemenu.el4
1 files changed, 2 insertions, 2 deletions
diff --git a/lisp/facemenu.el b/lisp/facemenu.el
index c7e9cdd3a53..ca81ebec67d 100644
--- a/lisp/facemenu.el
+++ b/lisp/facemenu.el
@@ -238,8 +238,8 @@ when they are created."
238(let ((map facemenu-menu)) 238(let ((map facemenu-menu))
239 (define-key map [dc] (cons (purecopy "Display Colors") 'list-colors-display)) 239 (define-key map [dc] (cons (purecopy "Display Colors") 'list-colors-display))
240 (define-key map [df] (cons (purecopy "Display Faces") 'list-faces-display)) 240 (define-key map [df] (cons (purecopy "Display Faces") 'list-faces-display))
241 (define-key map [dp] (cons (purecopy "Describe Text") 241 (define-key map [dp] (cons (purecopy "Describe Properties")
242 'describe-text-at)) 242 'describe-text-properties))
243 (define-key map [ra] (cons (purecopy "Remove Text Properties") 243 (define-key map [ra] (cons (purecopy "Remove Text Properties")
244 'facemenu-remove-all)) 244 'facemenu-remove-all))
245 (define-key map [rm] (cons (purecopy "Remove Face Properties") 245 (define-key map [rm] (cons (purecopy "Remove Face Properties")