From 9429542a53b2c99fbef6eed35dba958009adeb25 Mon Sep 17 00:00:00 2001 From: Chris Hanson Date: Mon, 13 Feb 2017 23:56:49 -0800 Subject: [PATCH] Tweak comment. --- src/runtime/chrset.scm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 (%make-char-set low high) -- 2.25.1