1
0
mirror of https://git.savannah.gnu.org/git/emacs.git synced 2024-11-23 07:19:15 +00:00

(color-values): Revert changes to docstring from 2007-01-31 and 2000-09-07.

This commit is contained in:
Juanma Barranquero 2007-02-14 15:31:09 +00:00
parent ce6fb7e623
commit 22bbca614f

View File

@ -1536,8 +1536,9 @@ 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 range from 0 to 65535; white is \(65535 65535 65535\).
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\).
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