Mercurial > emacs
changeset 31466:159470ebe092
(color-values): Doc fix.
author | Gerd Moellmann <gerd@gnu.org> |
---|---|
date | Thu, 07 Sep 2000 14:10:09 +0000 |
parents | b58d8e366faa |
children | e4d056848427 |
files | lisp/faces.el |
diffstat | 1 files changed, 1 insertions(+), 2 deletions(-) [+] |
line wrap: on
line diff
--- a/lisp/faces.el Thu Sep 07 14:05:55 2000 +0000 +++ b/lisp/faces.el Thu Sep 07 14:10:09 2000 +0000 @@ -1244,8 +1244,7 @@ (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