changeset 45869:fb2ae7bd271d

(facemenu-map): Rename to Describe Text to Describe Properties and use describe-text-properties.
author Richard M. Stallman <rms@gnu.org>
date Mon, 17 Jun 2002 16:14:37 +0000
parents 97041c98624e
children 8da973b0df20
files lisp/facemenu.el
diffstat 1 files changed, 2 insertions(+), 2 deletions(-) [+]
line wrap: on
line diff
--- a/lisp/facemenu.el	Mon Jun 17 16:12:47 2002 +0000
+++ b/lisp/facemenu.el	Mon Jun 17 16:14:37 2002 +0000
@@ -238,8 +238,8 @@
 (let ((map facemenu-menu))
   (define-key map [dc] (cons (purecopy "Display Colors") 'list-colors-display))
   (define-key map [df] (cons (purecopy "Display Faces") 'list-faces-display))
-  (define-key map [dp] (cons (purecopy "Describe Text")
-			     'describe-text-at))
+  (define-key map [dp] (cons (purecopy "Describe Properties")
+			     'describe-text-properties))
   (define-key map [ra] (cons (purecopy "Remove Text Properties")
 			     'facemenu-remove-all))
   (define-key map [rm] (cons (purecopy "Remove Face Properties")