mirror of
git://git.sv.gnu.org/emacs.git
synced 2026-02-04 22:50:59 -08:00
* facemenu.el (list-colors-sort): Doc fix.
This commit is contained in:
parent
b15922cc08
commit
8fd02581c8
2 changed files with 6 additions and 2 deletions
|
|
@ -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.
|
||||
|
|
|
|||
|
|
@ -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)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue