(Character Sets): State clearly that FROM and TO
authorKenichi Handa <handa@m17n.org>
Tue, 9 Jun 2009 02:50:41 +0000 (02:50 +0000)
committerKenichi Handa <handa@m17n.org>
Tue, 9 Jun 2009 02:50:41 +0000 (02:50 +0000)
are codepoints of CHARSET.

doc/lispref/ChangeLog
doc/lispref/nonascii.texi

index 114b5db..22b154a 100644 (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.
index 9f8df7c..c340cb5 100644 (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