# HG changeset patch # User Jim Blandy # Date 741396780 0 # Node ID f286657c098e7b11c6b408b8faf04826b8682744 # Parent 44fe472b66ba23445e9d6fdb5ffe26afac749405 * faces.el (global-face-data): Doc fix. diff -r 44fe472b66ba -r f286657c098e lisp/faces.el --- 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."