mirror of
https://git.savannah.gnu.org/git/emacs.git
synced 2025-02-02 20:16:25 +00:00
(facemenu-set-face): Fix interactive prompt.
This commit is contained in:
parent
f8bdd51999
commit
84469aeb4f
@ -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))
|
||||
|
Loading…
x
Reference in New Issue
Block a user