aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJim Blandy1993-06-29 23:33:00 +0000
committerJim Blandy1993-06-29 23:33:00 +0000
commit66a5c2c6e4e1841f84b18bdb034c3f6115df6083 (patch)
treeac883aac60d81a22757c1fc8058b768a8495d8ce
parentc34efc6cd8222d6d5af8614f9d28650108aa9d3e (diff)
downloademacs-66a5c2c6e4e1841f84b18bdb034c3f6115df6083.tar.gz
emacs-66a5c2c6e4e1841f84b18bdb034c3f6115df6083.zip
* faces.el (global-face-data): Doc fix.
-rw-r--r--lisp/faces.el7
1 files changed, 6 insertions, 1 deletions
diff --git a/lisp/faces.el b/lisp/faces.el
index d2be0537bea..b8bd36d2c44 100644
--- a/lisp/faces.el
+++ b/lisp/faces.el
@@ -126,7 +126,12 @@ in that frame; otherwise change each frame."
126 126
127;;;; Associating face names (symbols) with their face vectors. 127;;;; Associating face names (symbols) with their face vectors.
128 128
129(defvar global-face-data nil "do not use this") 129(defvar global-face-data nil
130 "Internal data for face support functions. Not for external use.
131This is an alist associating face names with the default values for
132their parameters. Newly created frames get their data from here.")
133
134do not use this")
130 135
131(defun face-list () 136(defun face-list ()
132 "Returns a list of all defined face names." 137 "Returns a list of all defined face names."