aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorGerd Moellmann2000-09-07 14:10:09 +0000
committerGerd Moellmann2000-09-07 14:10:09 +0000
commitb0285112e89d1bff14ae88e434252ade9f91febf (patch)
treee9e248e5933e1b1e5863b2e1504636a218d0eb71
parent85996cfb360460b83552a99ecb1ace4a4b0a5a08 (diff)
downloademacs-b0285112e89d1bff14ae88e434252ade9f91febf.tar.gz
emacs-b0285112e89d1bff14ae88e434252ade9f91febf.zip
(color-values): Doc fix.
-rw-r--r--lisp/faces.el3
1 files changed, 1 insertions, 2 deletions
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
1244(defun color-values (color &optional frame) 1244(defun color-values (color &optional frame)
1245 "Return a description of the color named COLOR on frame FRAME. 1245 "Return a description of the color named COLOR on frame FRAME.
1246The value is a list of integer RGB values--\(RED GREEN BLUE\). 1246The value is a list of integer RGB values--\(RED GREEN BLUE\).
1247These values appear to range from 0 to 65280 or 65535, depending 1247These values appear to range from 0 65535; white is \(65535 65535 65535\).
1248on the system; white is \(65280 65280 65280\) or \(65535 65535 65535\).
1249If FRAME is omitted or nil, use the selected frame. 1248If FRAME is omitted or nil, use the selected frame.
1250If FRAME cannot display COLOR, the value is nil. 1249If FRAME cannot display COLOR, the value is nil.
1251If COLOR is the symbol `unspecified' or one of the strings 1250If COLOR is the symbol `unspecified' or one of the strings