# HG changeset patch # User Dave Love # Date 950741103 0 # Node ID b4b1af4aee43885b30ec6e09a3e4bfdabd86850b # Parent 22a581e00fe4375b8b3a4fc7810623b51adebea4 (facemenu-set-face): Amend interactive prompt. diff -r 22a581e00fe4 -r b4b1af4aee43 lisp/facemenu.el --- a/lisp/facemenu.el Wed Feb 16 22:32:57 2000 +0000 +++ b/lisp/facemenu.el Wed Feb 16 22:45:03 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))