aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorDave Love2000-05-21 16:56:47 +0000
committerDave Love2000-05-21 16:56:47 +0000
commit84469aeb4f556a48ea3ba964c90c905eb35a4049 (patch)
treebe842ed8aaed3e4653d3b94a1030f1b6351e5f58
parentf8bdd519994fc97729069205ee193710fc902f58 (diff)
downloademacs-84469aeb4f556a48ea3ba964c90c905eb35a4049.tar.gz
emacs-84469aeb4f556a48ea3ba964c90c905eb35a4049.zip
(facemenu-set-face): Fix interactive prompt.
-rw-r--r--lisp/facemenu.el2
1 files changed, 1 insertions, 1 deletions
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.
332Otherwise, this command specifies the face for the next character 332Otherwise, this command specifies the face for the next character
333inserted. Moving point or switching buffers before 333inserted. Moving point or switching buffers before
334typing a character to insert cancels the specification." 334typing a character to insert cancels the specification."
335 (interactive (list (read-face-name "Use face "))) 335 (interactive (list (read-face-name "Use face")))
336 (barf-if-buffer-read-only) 336 (barf-if-buffer-read-only)
337 (facemenu-add-new-face face) 337 (facemenu-add-new-face face)
338 (if (and mark-active (not current-prefix-arg)) 338 (if (and mark-active (not current-prefix-arg))