changeset 3001:c6c6e476d93d

* faces.el (make-face): Change interactive spec to 'S'.
author Jim Blandy <jimb@redhat.com>
date Mon, 24 May 1993 01:58:58 +0000
parents 0fdd43a27e15
children 7274509e47a3
files lisp/faces.el
diffstat 1 files changed, 1 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/lisp/faces.el	Mon May 24 00:12:05 1993 +0000
+++ b/lisp/faces.el	Mon May 24 01:58:58 1993 +0000
@@ -201,7 +201,7 @@
   "Define a new FACE on all frames.  
 You can modify the font, color, etc of this face with the set-face- functions.
 If the face already exists, it is unmodified."
-  (interactive "sMake face: ")
+  (interactive "SMake face: ")
   (or (internal-find-face name)
       (let ((face (make-vector 8 nil)))
 	(aset face 0 'face)