From: Juanma Barranquero Date: Tue, 9 Jul 2002 07:35:10 +0000 (+0000) Subject: (face-id): Fix typo. X-Git-Tag: ttn-vms-21-2-B4~14225 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=2df447f27f90d5d9b3ad0c2e95e6975b5972bfa6;p=emacs.git (face-id): Fix typo. --- diff --git a/lisp/ChangeLog b/lisp/ChangeLog index 6942f437dcc..2f74d40623a 100644 --- a/lisp/ChangeLog +++ b/lisp/ChangeLog @@ -1,3 +1,7 @@ +2002-07-09 Juanma Barranquero + + * faces.el (face-id): Fix typo. + 2002-07-09 Miles Bader * hexl.el (hexl-find-file): Bind `completion-ignored-extensions' diff --git a/lisp/faces.el b/lisp/faces.el index 3dfc24931ad..422a851f56e 100644 --- a/lisp/faces.el +++ b/lisp/faces.el @@ -224,7 +224,7 @@ Value is FACE." ;; 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))