# HG changeset patch # User Jim Blandy # Date 738208738 0 # Node ID c6c6e476d93dc019267f72125c8772e8f7706eba # Parent 0fdd43a27e157686c8ce1342230a23c1570bdce7 * faces.el (make-face): Change interactive spec to 'S'. diff -r 0fdd43a27e15 -r c6c6e476d93d lisp/faces.el --- 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)