]> git.eshelyaron.com Git - emacs.git/commitdiff
* faces.el (global-face-data): Doc fix.
authorJim Blandy <jimb@redhat.com>
Tue, 29 Jun 1993 23:33:00 +0000 (23:33 +0000)
committerJim Blandy <jimb@redhat.com>
Tue, 29 Jun 1993 23:33:00 +0000 (23:33 +0000)
lisp/faces.el

index d2be0537beaf945994c1fc4264064f514cbc393c..b8bd36d2c44b6bca352611d1b8af087f1cf587af 100644 (file)
@@ -126,7 +126,12 @@ in that frame; otherwise change each frame."
 \f
 ;;;; 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."