Mercurial > emacs
comparison lisp/faces.el @ 75884:ab51c2b6faf8
(color-values): Revert changes to docstring from 2007-01-31 and 2000-09-07.
author | Juanma Barranquero <lekktu@gmail.com> |
---|---|
date | Wed, 14 Feb 2007 15:31:09 +0000 |
parents | 6c6d674034cd |
children | 81d50597174e 07774e5c3ff5 dd7c098af727 |
comparison
equal
deleted
inserted
replaced
75883:eec417eb3b3c | 75884:ab51c2b6faf8 |
---|---|
1534 (numberp (tty-color-translate color frame))))) | 1534 (numberp (tty-color-translate color frame))))) |
1535 (defalias 'x-color-defined-p 'color-defined-p) | 1535 (defalias 'x-color-defined-p 'color-defined-p) |
1536 | 1536 |
1537 (defun color-values (color &optional frame) | 1537 (defun color-values (color &optional frame) |
1538 "Return a description of the color named COLOR on frame FRAME. | 1538 "Return a description of the color named COLOR on frame FRAME. |
1539 The value is a list of integer RGB values--\(RED GREEN BLUE\). | 1539 The value is a list of integer RGB values--(RED GREEN BLUE). |
1540 These values range from 0 to 65535; white is \(65535 65535 65535\). | 1540 These values appear to range from 0 to 65280 or 65535, depending |
1541 on the system; white is \(65280 65280 65280\) or \(65535 65535 65535\). | |
1541 If FRAME is omitted or nil, use the selected frame. | 1542 If FRAME is omitted or nil, use the selected frame. |
1542 If FRAME cannot display COLOR, the value is nil. | 1543 If FRAME cannot display COLOR, the value is nil. |
1543 If COLOR is the symbol `unspecified' or one of the strings | 1544 If COLOR is the symbol `unspecified' or one of the strings |
1544 \"unspecified-fg\" or \"unspecified-bg\", the value is nil." | 1545 \"unspecified-fg\" or \"unspecified-bg\", the value is nil." |
1545 (if (member color '(unspecified "unspecified-fg" "unspecified-bg")) | 1546 (if (member color '(unspecified "unspecified-fg" "unspecified-bg")) |