]> git.eshelyaron.com Git - emacs.git/commitdiff
Fix previous change.
authorKenichi Handa <handa@m17n.org>
Tue, 9 Jun 2009 03:44:48 +0000 (03:44 +0000)
committerKenichi Handa <handa@m17n.org>
Tue, 9 Jun 2009 03:44:48 +0000 (03:44 +0000)
doc/lispref/nonascii.texi

index c340cb582f0813c34dc1519e3e291368c7e8e497..ab1d00434d54463f6c90cb9fe618abbffc645333 100644 (file)
@@ -645,11 +645,11 @@ indicate a range of characters contained in charset.  The second
 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