comparison lisp/faces.el @ 45314:d752ae89321a

(describe-face): Fix typo.
author Juanma Barranquero <lekktu@gmail.com>
date Thu, 16 May 2002 07:49:44 +0000
parents 20c79f08a7da
children 778b745792dd
comparison
equal deleted inserted replaced
45313:39adae4ad3df 45314:d752ae89321a
1203 (copy-face (car faces) (car faces) frame disp-frame) 1203 (copy-face (car faces) (car faces) frame disp-frame)
1204 (setq faces (cdr faces))))))) 1204 (setq faces (cdr faces)))))))
1205 1205
1206 (defun describe-face (face &optional frame) 1206 (defun describe-face (face &optional frame)
1207 "Display the properties of face FACE on FRAME. 1207 "Display the properties of face FACE on FRAME.
1208 Interactevely, FACE defaults to the faces of the character after point 1208 Interactively, FACE defaults to the faces of the character after point
1209 and FRAME defaults to the selected frame. 1209 and FRAME defaults to the selected frame.
1210 1210
1211 If the optional argument FRAME is given, report on face FACE in that frame. 1211 If the optional argument FRAME is given, report on face FACE in that frame.
1212 If FRAME is t, report on the defaults for face FACE (for new frames). 1212 If FRAME is t, report on the defaults for face FACE (for new frames).
1213 If FRAME is omitted or nil, use the selected frame." 1213 If FRAME is omitted or nil, use the selected frame."