aboutsummaryrefslogtreecommitdiffstats
path: root/lisp/faces.el
diff options
context:
space:
mode:
authorJim Blandy <[email protected]>1993-06-30 04:14:08 +0000
committerJim Blandy <[email protected]>1993-06-30 04:14:08 +0000
commit31beb30ec1ad25dd362e9807df190df94e1f664c (patch)
tree6e258af429423c3c68265f0bd6e418d93edbc614 /lisp/faces.el
parent66a5c2c6e4e1841f84b18bdb034c3f6115df6083 (diff)
Fix typo in last change.
Diffstat (limited to 'lisp/faces.el')
-rw-r--r--lisp/faces.el2
1 files changed, 0 insertions, 2 deletions
diff --git a/lisp/faces.el b/lisp/faces.el
index b8bd36d2c4..9d84a3dd85 100644
--- a/lisp/faces.el
+++ b/lisp/faces.el
@@ -131,8 +131,6 @@ in that frame; otherwise change each frame."
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."
(mapcar 'car global-face-data))