color.el (color-lighten-name): Fix typo.
authorBastien Guerry <bzg@altern.org>
Thu, 5 Apr 2012 11:31:44 +0000 (11:31 +0000)
committerKatsumi Yamaoka <yamaoka@jpl.org>
Thu, 5 Apr 2012 11:31:44 +0000 (11:31 +0000)
lisp/ChangeLog
lisp/color.el

index 30c43dd..6c3f671 100644 (file)
@@ -1,3 +1,7 @@
+2012-04-05  Bastien Guerry  <bzg@altern.org>
+
+       * color.el (color-lighten-name): Fix typo.
+
 2012-04-02  Katsumi Yamaoka  <yamaoka@jpl.org>
 
        * shr.el (shr-find-fill-point): Remove unused code; don't break a line
index 6553675..6ccf9a7 100644 (file)
@@ -394,7 +394,7 @@ inclusive."
 See `color-lighten-hsl'."
   (apply 'color-rgb-to-hex
         (apply 'color-hsl-to-rgb
-               (apply 'color-lighten--hsl
+               (apply 'color-lighten-hsl
                       (append
                        (apply 'color-rgb-to-hsl
                               (color-name-to-rgb name))