Mercurial > emacs
changeset 46267:cd9282aa1d8a
(face-id): Fix typo.
author | Juanma Barranquero <lekktu@gmail.com> |
---|---|
date | Tue, 09 Jul 2002 07:34:22 +0000 |
parents | 105b91f16813 |
children | 7be77e3f05f5 |
files | lisp/faces.el |
diffstat | 1 files changed, 1 insertions(+), 1 deletions(-) [+] |
line wrap: on
line diff
--- 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))