Mercurial > emacs
changeset 3925:f286657c098e
* faces.el (global-face-data): Doc fix.
author | Jim Blandy <jimb@redhat.com> |
---|---|
date | Tue, 29 Jun 1993 23:33:00 +0000 |
parents | 44fe472b66ba |
children | c2583a21ea56 |
files | lisp/faces.el |
diffstat | 1 files changed, 6 insertions(+), 1 deletions(-) [+] |
line wrap: on
line diff
--- a/lisp/faces.el Tue Jun 29 23:07:22 1993 +0000 +++ b/lisp/faces.el Tue Jun 29 23:33:00 1993 +0000 @@ -126,7 +126,12 @@ ;;;; Associating face names (symbols) with their face vectors. -(defvar global-face-data nil "do not use this") +(defvar global-face-data nil + "Internal data for face support functions. Not for external use. +This is an alist associating face names with the default values for +their parameters. Newly created frames get their data from here.") + +do not use this") (defun face-list () "Returns a list of all defined face names."