1
0
mirror of https://git.savannah.gnu.org/git/emacs.git synced 2024-12-02 08:22:22 +00:00

Fix previous change.

This commit is contained in:
Kenichi Handa 2009-06-09 03:44:48 +00:00
parent 72d5128574
commit 8c9d5f9f86

View File

@ -645,11 +645,11 @@ indicate a range of characters contained in charset. The second
argument is the optional argument @var{arg}. argument is the optional argument @var{arg}.
By default, the range of codepoints passed to @var{function} includes By default, the range of codepoints passed to @var{function} includes
all the characters in @var{charset}, but optional arguments @var{from} all the characters in @var{charset}, but optional arguments
and @var{to} limit that to the range of characters between these two @var{from-code} and @var{to-code} limit that to the range of
codepoints of @var{charset}. If either of them is @code{nil}, it characters between these two codepoints of @var{charset}. If either
defaults to the first or last codepoint of @var{charset}, of them is @code{nil}, it defaults to the first or last codepoint of
respectively. @var{charset}, respectively.
@end defun @end defun
@node Scanning Charsets @node Scanning Charsets