aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJuanma Barranquero2002-07-09 07:35:10 +0000
committerJuanma Barranquero2002-07-09 07:35:10 +0000
commit2df447f27f90d5d9b3ad0c2e95e6975b5972bfa6 (patch)
treebf4f793ccd432ac17681fba0b839139f20f57d6e
parente49a45ad850878d603332b3dc3c26c125fd0a61c (diff)
downloademacs-2df447f27f90d5d9b3ad0c2e95e6975b5972bfa6.tar.gz
emacs-2df447f27f90d5d9b3ad0c2e95e6975b5972bfa6.zip
(face-id): Fix typo.
-rw-r--r--lisp/ChangeLog4
-rw-r--r--lisp/faces.el2
2 files changed, 5 insertions, 1 deletions
diff --git a/lisp/ChangeLog b/lisp/ChangeLog
index 6942f437dcc..2f74d40623a 100644
--- a/lisp/ChangeLog
+++ b/lisp/ChangeLog
@@ -1,3 +1,7 @@
12002-07-09 Juanma Barranquero <lektu@terra.es>
2
3 * faces.el (face-id): Fix typo.
4
12002-07-09 Miles Bader <miles@gnu.org> 52002-07-09 Miles Bader <miles@gnu.org>
2 6
3 * hexl.el (hexl-find-file): Bind `completion-ignored-extensions' 7 * 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."
224;; support faces in display table entries. 224;; support faces in display table entries.
225 225
226(defun face-id (face &optional frame) 226(defun face-id (face &optional frame)
227 "Return the interNal ID of face with name FACE. 227 "Return the internal ID of face with name FACE.
228If optional argument FRAME is nil or omitted, use the selected frame." 228If optional argument FRAME is nil or omitted, use the selected frame."
229 (check-face face) 229 (check-face face)
230 (get face 'face)) 230 (get face 'face))