(defined-colors): Doc fix.
authorRichard M. Stallman <rms@gnu.org>
Mon, 5 Jun 2006 17:21:37 +0000 (17:21 +0000)
committerRichard M. Stallman <rms@gnu.org>
Mon, 5 Jun 2006 17:21:37 +0000 (17:21 +0000)
lisp/ChangeLog
lisp/faces.el

index 7cf001f..2d05ef1 100644 (file)
@@ -1,3 +1,7 @@
+2006-06-05  Richard Stallman  <rms@gnu.org>
+
+       * faces.el (defined-colors): Doc fix.
+
 2006-06-05  Thien-Thi Nguyen  <ttn@gnu.org>
 
        * vc.el (vc-process-filter): Inhibit undo
index 14c57ed..b2ca6dc 100644 (file)
@@ -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))))