aboutsummaryrefslogtreecommitdiffstats
path: root/doc
diff options
context:
space:
mode:
Diffstat (limited to 'doc')
-rw-r--r--doc/lispref/nonascii.texi10
1 files changed, 5 insertions, 5 deletions
diff --git a/doc/lispref/nonascii.texi b/doc/lispref/nonascii.texi
index c340cb582f0..ab1d00434d5 100644
--- a/doc/lispref/nonascii.texi
+++ b/doc/lispref/nonascii.texi
@@ -645,11 +645,11 @@ indicate a range of characters contained in charset. The second
645argument is the optional argument @var{arg}. 645argument is the optional argument @var{arg}.
646 646
647By default, the range of codepoints passed to @var{function} includes 647By default, the range of codepoints passed to @var{function} includes
648all the characters in @var{charset}, but optional arguments @var{from} 648all the characters in @var{charset}, but optional arguments
649and @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
650codepoints of @var{charset}. If either of them is @code{nil}, it 650characters between these two codepoints of @var{charset}. If either
651defaults to the first or last codepoint of @var{charset}, 651of them is @code{nil}, it defaults to the first or last codepoint of
652respectively. 652@var{charset}, respectively.
653@end defun 653@end defun
654 654
655@node Scanning Charsets 655@node Scanning Charsets