diff src/objects.c @ 227:0e522484dd2a r20-5b12

Import from CVS: tag r20-5b12
author cvs
date Mon, 13 Aug 2007 10:12:37 +0200
parents 3d6bfa290dbd
children c5d627a313b1
line wrap: on
line diff
--- a/src/objects.c	Mon Aug 13 10:11:42 2007 +0200
+++ b/src/objects.c	Mon Aug 13 10:12:37 2007 +0200
@@ -195,6 +195,7 @@
 DEFUN ("color-instance-rgb-components", Fcolor_instance_rgb_components, 1, 1, 0, /*
 Return a three element list containing the red, green, and blue
 color components of COLOR-INSTANCE, or nil if unknown.
+Component values range from 0-65535.
 */
        (color_instance))
 {