summaryrefslogtreecommitdiff
path: root/lisp/facemenu.el
diff options
context:
space:
mode:
authorDave Love <fx@gnu.org>2000-02-16 22:45:03 +0000
committerDave Love <fx@gnu.org>2000-02-16 22:45:03 +0000
commit229a3cceb8faf79a0723ab437385d6f89aa9f513 (patch)
tree01e415953f427bbd7116f2e29663b63409da1301 /lisp/facemenu.el
parentef105b9acc357ab3958b9b765f45fe4fbad3defb (diff)
downloademacs-229a3cceb8faf79a0723ab437385d6f89aa9f513.tar.gz
(facemenu-set-face): Amend interactive prompt.
Diffstat (limited to 'lisp/facemenu.el')
-rw-r--r--lisp/facemenu.el2
1 files changed, 1 insertions, 1 deletions
diff --git a/lisp/facemenu.el b/lisp/facemenu.el
index a28a4599057..f6272103801 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))