changeset 29050:e3cbe0ccf8c9

(facemenu-set-face): Fix interactive prompt.
author Dave Love <fx@gnu.org>
date Sun, 21 May 2000 16:56:47 +0000
parents bc81a1597206
children c45f6793d6ab
files lisp/facemenu.el
diffstat 1 files changed, 1 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/lisp/facemenu.el	Sun May 21 11:42:50 2000 +0000
+++ b/lisp/facemenu.el	Sun May 21 16:56:47 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))