From d932ce207968bbd9f176586bbc6d5ac4ae5fce22 Mon Sep 17 00:00:00 2001 From: Dave Love Date: Wed, 16 Feb 2000 22:45:03 +0000 Subject: [PATCH] (facemenu-set-face): Amend interactive prompt. --- lisp/facemenu.el | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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)) -- 2.39.5