# HG changeset patch # User Jim Blandy # Date 741297360 0 # Node ID 22b4b8fcda3e6b0cd177bd1a2a82351b076a8095 # Parent 192e7aa8389af83e3cbe223d04785c33333eb958 Doc fix. diff -r 192e7aa8389a -r 22b4b8fcda3e lisp/faces.el --- a/lisp/faces.el Mon Jun 28 19:53:30 1993 +0000 +++ b/lisp/faces.el Mon Jun 28 19:56:00 1993 +0000 @@ -618,9 +618,9 @@ (and (not noerror) (error "No unitalic version of %S" font1))))) -;;; 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)