Mercurial > emacs
changeset 103356:1cb659089fb6
(Fmap_charset_chars): In docstring, state clear that
FROM-CODE and TO-CODE are codepoints of CHARSET.
author | Kenichi Handa <handa@m17n.org> |
---|---|
date | Tue, 09 Jun 2009 02:53:07 +0000 |
parents | f3afc1d57245 |
children | c4fd8dd74fc5 |
files | src/charset.c |
diffstat | 1 files changed, 1 insertions(+), 1 deletions(-) [+] |
line wrap: on
line diff
--- 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; {