changeset 103358:43008904e5da

Fix previous change.
author Kenichi Handa <handa@m17n.org>
date Tue, 09 Jun 2009 03:44:48 +0000
parents c4fd8dd74fc5
children eb941fcd33b4
files doc/lispref/nonascii.texi
diffstat 1 files changed, 5 insertions(+), 5 deletions(-) [+]
line wrap: on
line diff
--- a/doc/lispref/nonascii.texi	Tue Jun 09 02:53:21 2009 +0000
+++ b/doc/lispref/nonascii.texi	Tue Jun 09 03:44:48 2009 +0000
@@ -645,11 +645,11 @@
 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 of @var{charset}.  If either of them is @code{nil}, it
-defaults to the first or last codepoint of @var{charset},
-respectively.
+all the characters in @var{charset}, but optional arguments
+@var{from-code} and @var{to-code} limit that to the range of
+characters between these two 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