]> git.eshelyaron.com Git - emacs.git/commitdiff
(facemenu-set-face): Fix interactive prompt.
authorDave Love <fx@gnu.org>
Sun, 21 May 2000 16:56:47 +0000 (16:56 +0000)
committerDave Love <fx@gnu.org>
Sun, 21 May 2000 16:56:47 +0000 (16:56 +0000)
lisp/facemenu.el

index 17433030042267cbb7b0af42787aff75f1f2a008..120433a9b18baf33bc44371a9632e373a7264259 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))