(Character Sets): State clearly that FROM and TO

are codepoints of CHARSET.
This commit is contained in:
Kenichi Handa 2009-06-09 02:50:41 +00:00
parent fa44da6ea6
commit 30781db666
2 changed files with 8 additions and 2 deletions

View file

@ -1,3 +1,8 @@
2009-06-09 Kenichi Handa <handa@m17n.org>
* nonascii.texi (Character Sets): State clearly that FROM and TO
are codepoints of CHARSET.
2009-06-07 Chong Yidong <cyd@stupidchicken.com>
* minibuf.texi (Reading File Names): Fix introductory text.

View file

@ -647,8 +647,9 @@ argument is the optional argument @var{arg}.
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