Tweak comment.
authorChris Hanson <org/chris-hanson/cph>
Tue, 14 Feb 2017 07:56:49 +0000 (23:56 -0800)
committerChris Hanson <org/chris-hanson/cph>
Tue, 14 Feb 2017 07:56:49 +0000 (23:56 -0800)
src/runtime/chrset.scm

index 28899006add12d331d1805789713968408e6e6ce..fa282063fc2ea315a58233be82f575378cc25130 100644 (file)
@@ -40,7 +40,7 @@ USA.
 ;;; START and END points.  The vector always has an even number of points.
 ;;;
 ;;; For simplicity, character sets are allowed to contain any code point.
-;;; However, CHAR-SET-MEMBER? only accepts scalar values.
+;;; However, CHAR-IN-SET? only accepts Unicode characters.
 
 (define-record-type <char-set>
     (%make-char-set low high)