]> code.delx.au - gnu-emacs/blobdiff - lisp/color.el
Spelling fixes.
[gnu-emacs] / lisp / color.el
index 487e280dd59b800b7b5da0b071f66d534e2ac2de..96b79a4ace2bf7be17a6c9fc973921e55110770a 100644 (file)
@@ -128,8 +128,8 @@ inclusive."
 RED, GREEN, and BLUE should each be numbers between 0.0 and 1.0,
 inclusive.
 
-Return a list (HUE, SATURATION, LUMINENCE), where HUE is in radians
-and both SATURATION and LUMINENCE are between 0.0 and 1.0,
+Return a list (HUE, SATURATION, LUMINANCE), where HUE is in radians
+and both SATURATION and LUMINANCE are between 0.0 and 1.0,
 inclusive."
   (let* ((r red)
          (g green)