From: Dave Love <fx@gnu.org> Date: Sun, 21 May 2000 16:56:47 +0000 (+0000) Subject: (facemenu-set-face): Fix interactive prompt. X-Git-Tag: emacs-pretest-21.0.90~3840 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=84469aeb4f556a48ea3ba964c90c905eb35a4049;p=emacs.git (facemenu-set-face): Fix interactive prompt. --- diff --git a/lisp/facemenu.el b/lisp/facemenu.el index 17433030042..120433a9b18 100644 --- a/lisp/facemenu.el +++ b/lisp/facemenu.el @@ -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))