Mercurial > emacs
changeset 71231:f91f3db3c52a
(defined-colors): Doc fix.
author | Richard M. Stallman <rms@gnu.org> |
---|---|
date | Mon, 05 Jun 2006 17:21:31 +0000 |
parents | 47d4b1395ce9 |
children | 55a3edae726b |
files | lisp/faces.el |
diffstat | 1 files changed, 2 insertions(+), 1 deletions(-) [+] |
line wrap: on
line diff
--- a/lisp/faces.el Mon Jun 05 15:46:00 2006 +0000 +++ b/lisp/faces.el Mon Jun 05 17:21:31 2006 +0000 @@ -1517,7 +1517,8 @@ "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))))