Mercurial > emacs
changeset 27715:b4b1af4aee43
(facemenu-set-face): Amend interactive prompt.
author | Dave Love <fx@gnu.org> |
---|---|
date | Wed, 16 Feb 2000 22:45:03 +0000 |
parents | 22a581e00fe4 |
children | a3d981ee3185 |
files | lisp/facemenu.el |
diffstat | 1 files changed, 1 insertions(+), 1 deletions(-) [+] |
line wrap: on
line diff
--- a/lisp/facemenu.el Wed Feb 16 22:32:57 2000 +0000 +++ b/lisp/facemenu.el Wed Feb 16 22:45:03 2000 +0000 @@ -332,7 +332,7 @@ 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))