]> git.eshelyaron.com Git - emacs.git/commitdiff
(face-id): Fix typo.
authorJuanma Barranquero <lekktu@gmail.com>
Tue, 9 Jul 2002 07:35:10 +0000 (07:35 +0000)
committerJuanma Barranquero <lekktu@gmail.com>
Tue, 9 Jul 2002 07:35:10 +0000 (07:35 +0000)
lisp/ChangeLog
lisp/faces.el

index 6942f437dccf1939e32f8042dce2298df579360e..2f74d40623a3327f46d6cfff424c906515ce5a48 100644 (file)
@@ -1,3 +1,7 @@
+2002-07-09  Juanma Barranquero  <lektu@terra.es>
+
+       * faces.el (face-id): Fix typo.
+
 2002-07-09  Miles Bader  <miles@gnu.org>
 
        * hexl.el (hexl-find-file): Bind `completion-ignored-extensions'
index 3dfc24931ad2cf2b29cc4371e2987bc74b116a23..422a851f56e1baba3646766e5687574db1e5c55b 100644 (file)
@@ -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))