# HG changeset patch # User Dave Love # Date 958928207 0 # Node ID e3cbe0ccf8c975cb0493ad372e6da82f6d36c150 # Parent bc81a15972061916f2fb83e3030f951d3a96cb0d (facemenu-set-face): Fix interactive prompt. diff -r bc81a1597206 -r e3cbe0ccf8c9 lisp/facemenu.el --- a/lisp/facemenu.el Sun May 21 11:42:50 2000 +0000 +++ b/lisp/facemenu.el Sun May 21 16:56:47 2000 +0000 @@ -332,7 +332,7 @@ 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))