changeset 103354:974d71b2e2c5

(Character Sets): State clearly that FROM and TO are codepoints of CHARSET.
author Kenichi Handa <handa@m17n.org>
date Tue, 09 Jun 2009 02:50:33 +0000
parents ab0dc2b38d97
children f3afc1d57245
files doc/lispref/nonascii.texi
diffstat 1 files changed, 3 insertions(+), 2 deletions(-) [+]
line wrap: on
line diff
--- a/doc/lispref/nonascii.texi	Tue Jun 09 01:55:02 2009 +0000
+++ b/doc/lispref/nonascii.texi	Tue Jun 09 02:50:33 2009 +0000
@@ -647,8 +647,9 @@
 By default, the range of codepoints passed to @var{function} includes
 all the characters in @var{charset}, but optional arguments @var{from}
 and @var{to} limit that to the range of characters between these two
-codepoints.  If either of them is @code{nil}, it defaults to the first
-or last codepoint of @var{charset}, respectively.
+codepoints of @var{charset}.  If either of them is @code{nil}, it
+defaults to the first or last codepoint of @var{charset},
+respectively.
 @end defun
 
 @node Scanning Charsets