diff options
author | Kenichi Handa <handa@m17n.org> | 2009-06-09 03:44:48 +0000 |
---|---|---|
committer | Kenichi Handa <handa@m17n.org> | 2009-06-09 03:44:48 +0000 |
commit | 8c9d5f9f86b177497bcff5b41ebb51bf3cd9eadc (patch) | |
tree | 9d37d43f04ba797f3a62e51c6ac3ecae3b011d62 /doc/lispref | |
parent | 72d512857479bcbc0a9544cebb1b8152c6c7beb3 (diff) | |
download | emacs-8c9d5f9f86b177497bcff5b41ebb51bf3cd9eadc.tar.gz |
Fix previous change.
Diffstat (limited to 'doc/lispref')
-rw-r--r-- | doc/lispref/nonascii.texi | 10 |
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 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 |