# HG changeset patch # User Juanma Barranquero # Date 1026200062 0 # Node ID cd9282aa1d8a92568f1133adbc89879056256cf6 # Parent 105b91f168132b86b40657ebd1dd8252a8805f1e (face-id): Fix typo. diff -r 105b91f16813 -r cd9282aa1d8a lisp/faces.el --- a/lisp/faces.el Tue Jul 09 06:00:18 2002 +0000 +++ b/lisp/faces.el Tue Jul 09 07:34:22 2002 +0000 @@ -224,7 +224,7 @@ ;; support faces in display table entries. (defun face-id (face &optional frame) - "Return the interNal ID of face with name FACE. + "Return the internal ID of face with name FACE. If optional argument FRAME is nil or omitted, use the selected frame." (check-face face) (get face 'face))