]> git.eshelyaron.com Git - emacs.git/commitdiff
(facemenu-set-face): Amend interactive prompt.
authorDave Love <fx@gnu.org>
Wed, 16 Feb 2000 22:45:03 +0000 (22:45 +0000)
committerDave Love <fx@gnu.org>
Wed, 16 Feb 2000 22:45:03 +0000 (22:45 +0000)
lisp/facemenu.el

index a28a4599057e7d2b6e8480de85f33feec193a204..f6272103801fa414565985b5d9ecc357b39b711b 100644 (file)
@@ -332,7 +332,7 @@ this command sets the region to the requested face.
 Otherwise, this command specifies the face for the next character
 inserted.  Moving point or switching buffers before
 typing a character to insert cancels the specification." 
-  (interactive (list (read-face-name "Use face: ")))
+  (interactive (list (read-face-name "Use face ")))
   (barf-if-buffer-read-only)
   (facemenu-add-new-face face)
   (if (and mark-active (not current-prefix-arg))