1
0
mirror of https://git.savannah.gnu.org/git/emacs.git synced 2024-12-27 10:54:40 +00:00

* faces.el (global-face-data): Doc fix.

This commit is contained in:
Jim Blandy 1993-06-29 23:33:00 +00:00
parent c34efc6cd8
commit 66a5c2c6e4

View File

@ -126,7 +126,12 @@ in that frame; otherwise change each frame."
;;;; 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."