diff options
| author | Jim Blandy | 1993-05-24 01:58:58 +0000 |
|---|---|---|
| committer | Jim Blandy | 1993-05-24 01:58:58 +0000 |
| commit | 19fac29988dd48e291de46a47c6ec253f9072074 (patch) | |
| tree | b221de6b09788010ae5c9b25351d7ff6a1a73ec4 | |
| parent | c7a464d03dc0880c2542ec06c32c678f9546994b (diff) | |
| download | emacs-19fac29988dd48e291de46a47c6ec253f9072074.tar.gz emacs-19fac29988dd48e291de46a47c6ec253f9072074.zip | |
* faces.el (make-face): Change interactive spec to 'S'.
| -rw-r--r-- | lisp/faces.el | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lisp/faces.el b/lisp/faces.el index 8bc600cf880..1f4f6ba723f 100644 --- a/lisp/faces.el +++ b/lisp/faces.el | |||
| @@ -201,7 +201,7 @@ If NAME is already a face, it is simply returned." | |||
| 201 | "Define a new FACE on all frames. | 201 | "Define a new FACE on all frames. |
| 202 | You can modify the font, color, etc of this face with the set-face- functions. | 202 | You can modify the font, color, etc of this face with the set-face- functions. |
| 203 | If the face already exists, it is unmodified." | 203 | If the face already exists, it is unmodified." |
| 204 | (interactive "sMake face: ") | 204 | (interactive "SMake face: ") |
| 205 | (or (internal-find-face name) | 205 | (or (internal-find-face name) |
| 206 | (let ((face (make-vector 8 nil))) | 206 | (let ((face (make-vector 8 nil))) |
| 207 | (aset face 0 'face) | 207 | (aset face 0 'face) |