diff options
| author | Richard M. Stallman | 2002-06-17 16:14:37 +0000 |
|---|---|---|
| committer | Richard M. Stallman | 2002-06-17 16:14:37 +0000 |
| commit | cea5ec30b493ae72d25644fb465e6a3fada8664a (patch) | |
| tree | e417f193f2cf6a7f268fe8441b4929c566f73a77 | |
| parent | 4adb7c0968a15e528a36f720484a2c4d9e90c536 (diff) | |
| download | emacs-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.el | 4 |
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") |