# HG changeset patch # User Juanma Barranquero # Date 1276599906 -7200 # Node ID 0c1f025545a1c7bd66a41ff77480c35c46509762 # Parent b2a9d4e484888fc4b4540a49a932095113cefb81 * facemenu.el (list-colors-sort): Doc fix. diff -r b2a9d4e48488 -r 0c1f025545a1 lisp/ChangeLog --- a/lisp/ChangeLog Mon Jun 14 20:34:12 2010 -0700 +++ b/lisp/ChangeLog Tue Jun 15 13:05:06 2010 +0200 @@ -1,3 +1,7 @@ +2010-06-15 Juanma Barranquero + + * facemenu.el (list-colors-sort): Doc fix. + 2010-06-15 Bob Rogers (tiny change) * progmodes/sql.el (sql-connect-mysql): Fix typo. diff -r b2a9d4e48488 -r 0c1f025545a1 lisp/facemenu.el --- a/lisp/facemenu.el Mon Jun 14 20:34:12 2010 -0700 +++ b/lisp/facemenu.el Tue Jun 15 13:05:06 2010 +0200 @@ -503,9 +503,9 @@ `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)