# HG changeset patch # User Richard M. Stallman # Date 1149528091 0 # Node ID f91f3db3c52a79767386408b415efdc94dd41be5 # Parent 47d4b1395ce9c0d00869aeeac391b194604a92b7 (defined-colors): Doc fix. diff -r 47d4b1395ce9 -r f91f3db3c52a lisp/faces.el --- 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))))