emacs-diffs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Emacs-diffs] emacs/doc/lispref nonascii.texi


From: Kenichi Handa
Subject: [Emacs-diffs] emacs/doc/lispref nonascii.texi
Date: Tue, 09 Jun 2009 02:50:33 +0000

CVSROOT:        /cvsroot/emacs
Module name:    emacs
Changes by:     Kenichi Handa <handa>   09/06/09 02:50:33

Modified files:
        doc/lispref    : nonascii.texi 

Log message:
        (Character Sets): State clearly that FROM and TO
        are codepoints of CHARSET.

CVSWeb URLs:
http://cvs.savannah.gnu.org/viewcvs/emacs/doc/lispref/nonascii.texi?cvsroot=emacs&r1=1.27&r2=1.28

Patches:
Index: nonascii.texi
===================================================================
RCS file: /cvsroot/emacs/emacs/doc/lispref/nonascii.texi,v
retrieving revision 1.27
retrieving revision 1.28
diff -u -b -r1.27 -r1.28
--- nonascii.texi       21 May 2009 15:31:33 -0000      1.27
+++ nonascii.texi       9 Jun 2009 02:50:33 -0000       1.28
@@ -647,8 +647,9 @@
 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




reply via email to

[Prev in Thread] Current Thread [Next in Thread]