changeset 75566:be6933d061a1

(color-values): Doc fix. (face-differs-from-default-p): Don't check :foreground twice.
author Juanma Barranquero <lekktu@gmail.com>
date Wed, 31 Jan 2007 12:16:25 +0000
parents 646a89b6a638
children 826405240527
files lisp/faces.el
diffstat 1 files changed, 3 insertions(+), 3 deletions(-) [+]
line wrap: on
line diff
--- a/lisp/faces.el	Wed Jan 31 10:04:15 2007 +0000
+++ b/lisp/faces.el	Wed Jan 31 12:16:25 2007 +0000
@@ -248,8 +248,8 @@
 If FRAME is omitted or nil, use the selected frame."
   (let ((attrs
 	 '(:family :width :height :weight :slant :foreground
-	   :foreground :background :underline :overline
-	   :strike-through :box :inverse-video))
+	   :background :underline :overline :strike-through
+	   :box :inverse-video))
 	(differs nil))
     (while (and attrs (not differs))
       (let* ((attr (pop attrs))
@@ -1541,7 +1541,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 65535; white is \(65535 65535 65535\).
+These values range from 0 to 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