Mercurial > emacs
changeset 3910:22b4b8fcda3e
Doc fix.
author | Jim Blandy <jimb@redhat.com> |
---|---|
date | Mon, 28 Jun 1993 19:56:00 +0000 |
parents | 192e7aa8389a |
children | 06dbadd0e4a7 |
files | lisp/faces.el |
diffstat | 1 files changed, 3 insertions(+), 3 deletions(-) [+] |
line wrap: on
line diff
--- 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)