From: Gerd Moellmann Date: Thu, 7 Sep 2000 14:10:09 +0000 (+0000) Subject: (color-values): Doc fix. X-Git-Tag: emacs-pretest-21.0.90~1724 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=b0285112e89d1bff14ae88e434252ade9f91febf;p=emacs.git (color-values): Doc fix. --- diff --git a/lisp/faces.el b/lisp/faces.el index 92578c73061..942debc106e 100644 --- a/lisp/faces.el +++ b/lisp/faces.el @@ -1244,8 +1244,7 @@ If COLOR is the symbol `unspecified' or one of the strings (defun color-values (color &optional frame) "Return a description of the color named COLOR on frame FRAME. The value is a list of integer RGB values--\(RED GREEN BLUE\). -These values appear to range from 0 to 65280 or 65535, depending -on the system; white is \(65280 65280 65280\) or \(65535 65535 65535\). +These values appear to range from 0 65535; white is \(65535 65535 65535\). If FRAME is omitted or nil, use the selected frame. If FRAME cannot display COLOR, the value is nil. If COLOR is the symbol `unspecified' or one of the strings