]> code.delx.au - gnu-emacs/blobdiff - lisp/faces.el
* faces.el (make-face): Change interactive spec to 'S'.
[gnu-emacs] / lisp / faces.el
index 8bc600cf880b8221592aa97d96311692da4358f1..1f4f6ba723f24eddccda34c000d169adfa90994f 100644 (file)
@@ -201,7 +201,7 @@ If NAME is already a face, it is simply returned."
   "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)