diff lisp/faces.el @ 46267:cd9282aa1d8a

(face-id): Fix typo.
author Juanma Barranquero <lekktu@gmail.com>
date Tue, 09 Jul 2002 07:34:22 +0000
parents f883ac732e39
children 86c1fc3c48f5
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))