emacs-diffs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Emacs-diffs] /srv/bzr/emacs/trunk r100602: * facemenu.el (list-colors-s


From: Juanma Barranquero
Subject: [Emacs-diffs] /srv/bzr/emacs/trunk r100602: * facemenu.el (list-colors-sort): Doc fix.
Date: Tue, 15 Jun 2010 13:05:06 +0200
User-agent: Bazaar (2.0.3)

------------------------------------------------------------
revno: 100602
committer: Juanma Barranquero <address@hidden>
branch nick: trunk
timestamp: Tue 2010-06-15 13:05:06 +0200
message:
  * facemenu.el (list-colors-sort): Doc fix.
modified:
  lisp/ChangeLog
  lisp/facemenu.el
=== modified file 'lisp/ChangeLog'
--- a/lisp/ChangeLog    2010-06-15 03:34:12 +0000
+++ b/lisp/ChangeLog    2010-06-15 11:05:06 +0000
@@ -1,3 +1,7 @@
+2010-06-15  Juanma Barranquero  <address@hidden>
+
+       * facemenu.el (list-colors-sort): Doc fix.
+
 2010-06-15  Bob Rogers  <address@hidden>  (tiny change)
 
        * progmodes/sql.el (sql-connect-mysql): Fix typo.

=== modified file 'lisp/facemenu.el'
--- a/lisp/facemenu.el  2010-06-14 16:03:04 +0000
+++ b/lisp/facemenu.el  2010-06-15 11:05:06 +0000
@@ -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)


reply via email to

[Prev in Thread] Current Thread [Next in Thread]