]> code.delx.au - gnu-emacs/blobdiff - lisp/faces.el
Doc fix.
[gnu-emacs] / lisp / faces.el
index 458ebfd0177afb093dd366ade71677e354a5840b..f08d7631ffa1b41217f29e32fc073f8e652ad5ef 100644 (file)
@@ -618,9 +618,9 @@ If NOERROR is non-nil, return nil on failure."
        (and (not noerror)
             (error "No unitalic version of %S" font1)))))
 \f
-;;; Make the builtin faces; the C code knows these as faces 0, 1, and 2,
-;;; respectively, so they must be the first three faces made.
-
+;;; Make the default and modeline faces; the C code knows these as
+;;; faces 0 and 1, respectively, so they must be the first two faces
+;;; made.
 (defun face-initialize ()
   (make-face 'default)
   (make-face 'modeline)