mirror of
git://git.sv.gnu.org/emacs.git
synced 2026-02-02 13:41:30 -08:00
Doc fix.
This commit is contained in:
parent
c3343fcf79
commit
8220dfd066
1 changed files with 3 additions and 3 deletions
|
|
@ -618,9 +618,9 @@ If NOERROR is non-nil, return nil on failure."
|
|||
(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)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue