aboutsummaryrefslogtreecommitdiffstats
path: root/lisp/faces.el
diff options
context:
space:
mode:
authorJim Blandy <[email protected]>1993-05-24 01:58:58 +0000
committerJim Blandy <[email protected]>1993-05-24 01:58:58 +0000
commit19fac29988dd48e291de46a47c6ec253f9072074 (patch)
treeb221de6b09788010ae5c9b25351d7ff6a1a73ec4 /lisp/faces.el
parentc7a464d03dc0880c2542ec06c32c678f9546994b (diff)
* faces.el (make-face): Change interactive spec to 'S'.
Diffstat (limited to 'lisp/faces.el')
-rw-r--r--lisp/faces.el2
1 files changed, 1 insertions, 1 deletions
diff --git a/lisp/faces.el b/lisp/faces.el
index 8bc600cf88..1f4f6ba723 100644
--- a/lisp/faces.el
+++ b/lisp/faces.el
@@ -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)