emacs-diffs
[Top][All Lists]
Advanced

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

[Emacs-diffs] emacs/src charset.c


From: Kenichi Handa
Subject: [Emacs-diffs] emacs/src charset.c
Date: Tue, 09 Jun 2009 02:53:07 +0000

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

Modified files:
        src            : charset.c 

Log message:
        (Fmap_charset_chars): In docstring, state clear that
        FROM-CODE and TO-CODE are codepoints of CHARSET.

CVSWeb URLs:
http://cvs.savannah.gnu.org/viewcvs/emacs/src/charset.c?cvsroot=emacs&r1=1.178&r2=1.179

Patches:
Index: charset.c
===================================================================
RCS file: /cvsroot/emacs/emacs/src/charset.c,v
retrieving revision 1.178
retrieving revision 1.179
diff -u -b -r1.178 -r1.179
--- charset.c   1 May 2009 12:16:51 -0000       1.178
+++ charset.c   9 Jun 2009 02:53:07 -0000       1.179
@@ -830,7 +830,7 @@
 characters contained in CHARSET.
 
 The optional 4th and 5th arguments FROM-CODE and TO-CODE specify the
-range of code points of target characters.  */)
+range of code points (in CHARSET) of target characters.  */)
      (function, charset, arg, from_code, to_code)
        Lisp_Object function, charset, arg, from_code, to_code;
 {




reply via email to

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