Adapt to the changes in vc-hooks.el, namely, the new
[bpt/emacs.git] / lisp / facemenu.el
index 5bf9e24..ea93558 100644 (file)
@@ -1,7 +1,7 @@
 ;;; facemenu.el -- Create a face menu for interactively adding fonts to text
 ;; Copyright (c) 1994, 1995 Free Software Foundation, Inc.
 
-;; Author: Boris Goldowsky <boris@cs.rochester.edu>
+;; Author: Boris Goldowsky <boris@gnu.ai.mit.edu>
 ;; Keywords: faces
 
 ;; This file is part of GNU Emacs.
@@ -223,7 +223,7 @@ when they are created.")
   (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)))