comparison doc/lispref/nonascii.texi @ 103358:43008904e5da

Fix previous change.
author Kenichi Handa <handa@m17n.org>
date Tue, 09 Jun 2009 03:44:48 +0000
parents 974d71b2e2c5
children 7470537864c9
comparison
equal deleted inserted replaced
103357:c4fd8dd74fc5 103358:43008904e5da
643 @code{(@var{from} . @var{to})}, where @var{from} and @var{to} 643 @code{(@var{from} . @var{to})}, where @var{from} and @var{to}
644 indicate a range of characters contained in charset. The second 644 indicate a range of characters contained in charset. The second
645 argument is the optional argument @var{arg}. 645 argument is the optional argument @var{arg}.
646 646
647 By default, the range of codepoints passed to @var{function} includes 647 By default, the range of codepoints passed to @var{function} includes
648 all the characters in @var{charset}, but optional arguments @var{from} 648 all the characters in @var{charset}, but optional arguments
649 and @var{to} limit that to the range of characters between these two 649 @var{from-code} and @var{to-code} limit that to the range of
650 codepoints of @var{charset}. If either of them is @code{nil}, it 650 characters between these two codepoints of @var{charset}. If either
651 defaults to the first or last codepoint of @var{charset}, 651 of them is @code{nil}, it defaults to the first or last codepoint of
652 respectively. 652 @var{charset}, respectively.
653 @end defun 653 @end defun
654 654
655 @node Scanning Charsets 655 @node Scanning Charsets
656 @section Scanning for Character Sets 656 @section Scanning for Character Sets
657 657