# HG changeset patch # User Kenichi Handa # Date 1244515833 0 # Node ID 974d71b2e2c59e452d28e0962bc990c76ff4a874 # Parent ab0dc2b38d979e923b24cca615e410a7cae460f8 (Character Sets): State clearly that FROM and TO are codepoints of CHARSET. diff -r ab0dc2b38d97 -r 974d71b2e2c5 doc/lispref/nonascii.texi --- 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