summaryrefslogtreecommitdiff
path: root/lisp/faces.el
diff options
context:
space:
mode:
authorRichard M. Stallman <rms@gnu.org>2006-06-05 17:21:37 +0000
committerRichard M. Stallman <rms@gnu.org>2006-06-05 17:21:37 +0000
commit43c58260f6255240f0344774eca8fbd008eefa15 (patch)
tree63339a7a1331fde0d7788901525d5913a5e9e178 /lisp/faces.el
parent58ce5535fd79ab1d48153eb82b7a0963b6aa20f1 (diff)
downloademacs-43c58260f6255240f0344774eca8fbd008eefa15.tar.gz
(defined-colors): Doc fix.
Diffstat (limited to 'lisp/faces.el')
-rw-r--r--lisp/faces.el3
1 files changed, 2 insertions, 1 deletions
diff --git a/lisp/faces.el b/lisp/faces.el
index 14c57ed6e34..b2ca6dcce32 100644
--- a/lisp/faces.el
+++ b/lisp/faces.el
@@ -1517,7 +1517,8 @@ If there is neither a user setting nor a default for FACE, return nil."
"Return a list of colors supported for a particular frame.
The argument FRAME specifies which frame to try.
The value may be different for frames on different display types.
-If FRAME doesn't support colors, the value is nil."
+If FRAME doesn't support colors, the value is nil.
+If FRAME is nil, that stands for the selected frame."
(if (memq (framep (or frame (selected-frame))) '(x w32 mac))
(xw-defined-colors frame)
(mapcar 'car (tty-color-alist frame))))