]> git.eshelyaron.com Git - emacs.git/commitdiff
* facemenu.el (list-colors-sort): Doc fix.
authorJuanma Barranquero <lekktu@gmail.com>
Tue, 15 Jun 2010 11:05:06 +0000 (13:05 +0200)
committerJuanma Barranquero <lekktu@gmail.com>
Tue, 15 Jun 2010 11:05:06 +0000 (13:05 +0200)
lisp/ChangeLog
lisp/facemenu.el

index 3ab7fe351403b703590ce3dcb1151b0e34dfcda2..f1c83da671a751baa9bc333243bf13c607292dc2 100644 (file)
@@ -1,3 +1,7 @@
+2010-06-15  Juanma Barranquero  <lekktu@gmail.com>
+
+       * facemenu.el (list-colors-sort): Doc fix.
+
 2010-06-15  Bob Rogers  <rogers-emacs@rgrjr.dyndns.org>  (tiny change)
 
        * progmodes/sql.el (sql-connect-mysql): Fix typo.
index 9e8299720a61b45ee87070a1f4d089baed8267d9..19b5967215a2dc505ce68225bc8e068150e298a1 100644 (file)
@@ -503,9 +503,9 @@ Output values for saturation and value are integers in [0..100] range."
 `nil' means default implementation-dependent order (defined in `x-colors').
 `name' sorts by color name.
 `rgb' sorts by red, green, blue components.
-`rgb-dist' sorts by the RGB distance to the specified color.
+`(rgb-dist . COLOR)' sorts by the RGB distance to the specified color.
 `hsv' sorts by hue, saturation, value.
-`hsv-dist' sorts by the HVS distance to the specified color
+`(hsv-dist . COLOR)' sorts by the HSV distance to the specified color
 and excludes grayscale colors."
   :type '(choice (const :tag "Unsorted" nil)
                 (const :tag "Color Name" name)