From: Chris Hanson <org/chris-hanson/cph>
Date: Tue, 14 Feb 2017 07:56:49 +0000 (-0800)
Subject: Tweak comment.
X-Git-Tag: mit-scheme-pucked-9.2.12~220^2~115
X-Git-Url: https://birchwood-abbey.net/git?a=commitdiff_plain;h=9429542a53b2c99fbef6eed35dba958009adeb25;p=mit-scheme.git

Tweak comment.
---

diff --git a/src/runtime/chrset.scm b/src/runtime/chrset.scm
index 28899006a..fa282063f 100644
--- a/src/runtime/chrset.scm
+++ b/src/runtime/chrset.scm
@@ -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)