(gnus-select-newsgroup): Don't try to alter the active data if the group is unactivated.
[gnus] / lisp / color.el
index c3f7bee..5c95fff 100644 (file)
@@ -1,6 +1,6 @@
 ;;; color.el --- Color manipulation laboratory routines -*- coding: utf-8; -*-
 
-;; Copyright (C) 2010 Free Software Foundation, Inc.
+;; Copyright (C) 2010-2011 Free Software Foundation, Inc.
 
 ;; Author: Julien Danjou <julien@danjou.info>
 ;; Keywords: html
@@ -53,7 +53,7 @@ RED GREEN BLUE must be values between 0 and 1 inclusively."
 
 (defun color-rgb->hsv (red green blue)
   "Convert RED GREEN BLUE values to HSV representation.
-Hue is in radian. Saturation and values are between 0 and 1
+Hue is in radians. Saturation and values are between 0 and 1
 inclusively."
    (let* ((r (float red))
         (g (float green))