From 30781db666311e0e678bb22f8b23a43bf2eb8097 Mon Sep 17 00:00:00 2001 From: Kenichi Handa Date: Tue, 9 Jun 2009 02:50:41 +0000 Subject: [PATCH] (Character Sets): State clearly that FROM and TO are codepoints of CHARSET. --- doc/lispref/ChangeLog | 5 +++++ doc/lispref/nonascii.texi | 5 +++-- 2 files changed, 8 insertions(+), 2 deletions(-) diff --git a/doc/lispref/ChangeLog b/doc/lispref/ChangeLog index 114b5db572c..22b154ab41f 100644 --- a/doc/lispref/ChangeLog +++ b/doc/lispref/ChangeLog @@ -1,3 +1,8 @@ +2009-06-09 Kenichi Handa + + * nonascii.texi (Character Sets): State clearly that FROM and TO + are codepoints of CHARSET. + 2009-06-07 Chong Yidong * minibuf.texi (Reading File Names): Fix introductory text. diff --git a/doc/lispref/nonascii.texi b/doc/lispref/nonascii.texi index 9f8df7c77f2..c340cb582f0 100644 --- a/doc/lispref/nonascii.texi +++ b/doc/lispref/nonascii.texi @@ -647,8 +647,9 @@ 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. If either of them is @code{nil}, it defaults to the first -or last codepoint of @var{charset}, respectively. +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 -- 2.39.5