From: Juanma Barranquero Date: Tue, 15 Jun 2010 11:05:06 +0000 (+0200) Subject: * facemenu.el (list-colors-sort): Doc fix. X-Git-Tag: emacs-pretest-24.0.90~104^2~275^2~438^2~52^2~15 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=8fd02581c8d7d4e6a14aa666304308f41940dba4;p=emacs.git * facemenu.el (list-colors-sort): Doc fix. --- diff --git a/lisp/ChangeLog b/lisp/ChangeLog index 3ab7fe35140..f1c83da671a 100644 --- a/lisp/ChangeLog +++ b/lisp/ChangeLog @@ -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 --git a/lisp/facemenu.el b/lisp/facemenu.el index 9e8299720a6..19b5967215a 100644 --- a/lisp/facemenu.el +++ b/lisp/facemenu.el @@ -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)