(Fmap_charset_chars): In docstring, state clear that
authorKenichi Handa <handa@m17n.org>
Tue, 9 Jun 2009 02:53:21 +0000 (02:53 +0000)
committerKenichi Handa <handa@m17n.org>
Tue, 9 Jun 2009 02:53:21 +0000 (02:53 +0000)
FROM-CODE and TO-CODE are codepoints of CHARSET.

src/ChangeLog
src/charset.c

index 197cfaf..399faf6 100644 (file)
@@ -1,3 +1,8 @@
+2009-06-09  Kenichi Handa  <handa@m17n.org>
+
+       * charset.c (Fmap_charset_chars): In docstring, state clearly that
+       FROM-CODE and TO-CODE are codepoints of CHARSET.
+
 2009-06-08  Adrian Robert  <Adrian.B.Robert@gmail.com>
 
        * nsterm.m (ns_use_system_highlight_color): Drop, unused.
index 59e676f..6674861 100644 (file)
@@ -830,7 +830,7 @@ RANGE is a cons (FROM .  TO), where FROM and TO indicate a range of
 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;
 {