summaryrefslogtreecommitdiff
path: root/lisp/color.el
diff options
context:
space:
mode:
authorBastien Guerry <bastien1@free.fr>2012-04-05 09:29:19 +0200
committerBastien Guerry <bastien1@free.fr>2012-04-05 09:29:19 +0200
commit0a0a3573ec4454519ebfaf33f1742003a0b8a5a0 (patch)
tree6ce88289226e9aafcef9e3654fc5d8ef070d9176 /lisp/color.el
parent2c7191889d96a29bcd9b45d97ab6c9211a72ff28 (diff)
downloademacs-0a0a3573ec4454519ebfaf33f1742003a0b8a5a0.tar.gz
Fix typo in color.el.
Thanks to Brad Town for spotting this.
Diffstat (limited to 'lisp/color.el')
-rw-r--r--lisp/color.el2
1 files changed, 1 insertions, 1 deletions
diff --git a/lisp/color.el b/lisp/color.el
index 65536752ed8..6ccf9a79494 100644
--- a/lisp/color.el
+++ b/lisp/color.el
@@ -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))