From: Chris Hanson Date: Fri, 15 Oct 2004 05:23:31 +0000 (+0000) Subject: Fix some awkward grammar. X-Git-Tag: 20090517-FFI~1548 X-Git-Url: https://birchwood-abbey.net/git?a=commitdiff_plain;h=62f0bd912dcf6b3f0e95b910b7e216866e78d183;p=mit-scheme.git Fix some awkward grammar. --- diff --git a/v7/doc/ref-manual/characters.texi b/v7/doc/ref-manual/characters.texi index 6180e973f..91f04e6aa 100644 --- a/v7/doc/ref-manual/characters.texi +++ b/v7/doc/ref-manual/characters.texi @@ -1,5 +1,5 @@ @c This file is part of the MIT/GNU Scheme Reference Manual. -@c $Id: characters.texi,v 1.5 2004/10/14 03:54:52 cph Exp $ +@c $Id: characters.texi,v 1.6 2004/10/15 05:23:31 cph Exp $ @c Copyright 1991,1992,1993,1994,1995 Massachusetts Institute of Technology @c Copyright 1996,1997,1999,2000,2001 Massachusetts Institute of Technology @@ -698,8 +698,8 @@ The basic unit in a Unicode implementation is the @dfn{code point}. The character equivalent of a code point is a @dfn{wide character}. @deffn procedure unicode-code-point? object -Returns @code{#t} if @var{object} is a Unicode code point, which are -implemented as exact non-negative integers. Code points are further +Returns @code{#t} if @var{object} is a Unicode code point. Code points +are implemented as exact non-negative integers. They are further limited, by the Unicode standard, to be strictly less than @code{#x110000}, with the values @code{#xD800} through @code{#xDFFF}, @code{#xFFFE}, and @code{#xFFFF} excluded.