# HG changeset patch # User Kenichi Handa # Date 1244515987 0 # Node ID 1cb659089fb6804cbcb1445f937ca2de89ae5fa7 # Parent f3afc1d57245365c0786cb9bdac5d800685c8d63 (Fmap_charset_chars): In docstring, state clear that FROM-CODE and TO-CODE are codepoints of CHARSET. diff -r f3afc1d57245 -r 1cb659089fb6 src/charset.c --- a/src/charset.c Tue Jun 09 02:50:41 2009 +0000 +++ b/src/charset.c Tue Jun 09 02:53:07 2009 +0000 @@ -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; {