summaryrefslogtreecommitdiff
path: root/lisp/faces.el
diff options
context:
space:
mode:
authorJuanma Barranquero <lekktu@gmail.com>2002-07-09 07:35:10 +0000
committerJuanma Barranquero <lekktu@gmail.com>2002-07-09 07:35:10 +0000
commit2df447f27f90d5d9b3ad0c2e95e6975b5972bfa6 (patch)
treebf4f793ccd432ac17681fba0b839139f20f57d6e /lisp/faces.el
parente49a45ad850878d603332b3dc3c26c125fd0a61c (diff)
downloademacs-2df447f27f90d5d9b3ad0c2e95e6975b5972bfa6.tar.gz
(face-id): Fix typo.
Diffstat (limited to 'lisp/faces.el')
-rw-r--r--lisp/faces.el2
1 files changed, 1 insertions, 1 deletions
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))