Mercurial > emacs
changeset 108992:0c1f025545a1
* facemenu.el (list-colors-sort): Doc fix.
author | Juanma Barranquero <lekktu@gmail.com> |
---|---|
date | Tue, 15 Jun 2010 13:05:06 +0200 |
parents | b2a9d4e48488 |
children | cf7a433d2eb6 91be20d0588d |
files | lisp/ChangeLog lisp/facemenu.el |
diffstat | 2 files changed, 6 insertions(+), 2 deletions(-) [+] |
line wrap: on
line diff
--- 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 <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.
--- 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)