aboutsummaryrefslogtreecommitdiffstats
path: root/lisp
diff options
context:
space:
mode:
authorDave Love <[email protected]>2000-02-16 22:45:03 +0000
committerDave Love <[email protected]>2000-02-16 22:45:03 +0000
commitd932ce207968bbd9f176586bbc6d5ac4ae5fce22 (patch)
tree80fe04d7b0adaaf36e7c3c033fd6d0e170b37e52 /lisp
parentaaa659ef05bbf545146cedc07560c7cdc1b7235a (diff)
(facemenu-set-face): Amend interactive prompt.
Diffstat (limited to 'lisp')
-rw-r--r--lisp/facemenu.el2
1 files changed, 1 insertions, 1 deletions
diff --git a/lisp/facemenu.el b/lisp/facemenu.el
index a28a459905..f627210380 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))