Mercurial > emacs
changeset 12269:8c44bbf1cafe
Props -> Properties
author | Simon Marshall <simon@gnu.org> |
---|---|
date | Fri, 16 Jun 1995 08:51:48 +0000 |
parents | f22803cfdc5c |
children | 0f080f07479d |
files | lisp/facemenu.el |
diffstat | 1 files changed, 1 insertions(+), 1 deletions(-) [+] |
line wrap: on
line diff
--- a/lisp/facemenu.el Fri Jun 16 07:47:09 1995 +0000 +++ b/lisp/facemenu.el Fri Jun 16 08:51:48 1995 +0000 @@ -223,7 +223,7 @@ (define-key map [in] (cons "Indentation" 'facemenu-indentation-menu)) (define-key map [ju] (cons "Justification" 'facemenu-justification-menu)) (define-key map [s2] (list "-----------------")) - (define-key map [sp] (cons "Special Props" 'facemenu-special-menu)) + (define-key map [sp] (cons "Special Properties" 'facemenu-special-menu)) (define-key map [bg] (cons "Background Color" 'facemenu-background-menu)) (define-key map [fg] (cons "Foreground Color" 'facemenu-foreground-menu)) (define-key map [fc] (cons "Face" 'facemenu-face-menu)))