summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorKenichi Handa <handa@m17n.org>2009-06-09 02:53:21 +0000
committerKenichi Handa <handa@m17n.org>2009-06-09 02:53:21 +0000
commit72d512857479bcbc0a9544cebb1b8152c6c7beb3 (patch)
tree95dd34c627cd08c5b0c473e63b5c0b63cc15ac03
parent30781db666311e0e678bb22f8b23a43bf2eb8097 (diff)
downloademacs-72d512857479bcbc0a9544cebb1b8152c6c7beb3.tar.gz
(Fmap_charset_chars): In docstring, state clear that
FROM-CODE and TO-CODE are codepoints of CHARSET.
-rw-r--r--src/ChangeLog5
-rw-r--r--src/charset.c2
2 files changed, 6 insertions, 1 deletions
diff --git a/src/ChangeLog b/src/ChangeLog
index 197cfaf9070..399faf60b47 100644
--- a/src/ChangeLog
+++ b/src/ChangeLog
@@ -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.
diff --git a/src/charset.c b/src/charset.c
index 59e676f00ae..6674861f133 100644
--- a/src/charset.c
+++ b/src/charset.c
@@ -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;
{