diff options
author | Juanma Barranquero <lekktu@gmail.com> | 2010-06-15 13:05:06 +0200 |
---|---|---|
committer | Juanma Barranquero <lekktu@gmail.com> | 2010-06-15 13:05:06 +0200 |
commit | 8fd02581c8d7d4e6a14aa666304308f41940dba4 (patch) | |
tree | c5a044b7540f49713ba957d9a4fcfb27d6317eac /lisp/facemenu.el | |
parent | b15922cc08bcd2c699b6b9123495851371f34aee (diff) | |
download | emacs-8fd02581c8d7d4e6a14aa666304308f41940dba4.tar.gz |
* facemenu.el (list-colors-sort): Doc fix.
Diffstat (limited to 'lisp/facemenu.el')
-rw-r--r-- | lisp/facemenu.el | 4 |
1 files changed, 2 insertions, 2 deletions
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) |