diff options
Diffstat (limited to 'src')
| -rw-r--r-- | src/ChangeLog | 5 | ||||
| -rw-r--r-- | src/charset.c | 2 |
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 @@ | |||
| 1 | 2009-06-09 Kenichi Handa <handa@m17n.org> | ||
| 2 | |||
| 3 | * charset.c (Fmap_charset_chars): In docstring, state clearly that | ||
| 4 | FROM-CODE and TO-CODE are codepoints of CHARSET. | ||
| 5 | |||
| 1 | 2009-06-08 Adrian Robert <Adrian.B.Robert@gmail.com> | 6 | 2009-06-08 Adrian Robert <Adrian.B.Robert@gmail.com> |
| 2 | 7 | ||
| 3 | * nsterm.m (ns_use_system_highlight_color): Drop, unused. | 8 | * 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 | |||
| 830 | characters contained in CHARSET. | 830 | characters contained in CHARSET. |
| 831 | 831 | ||
| 832 | The optional 4th and 5th arguments FROM-CODE and TO-CODE specify the | 832 | The optional 4th and 5th arguments FROM-CODE and TO-CODE specify the |
| 833 | range of code points of target characters. */) | 833 | range of code points (in CHARSET) of target characters. */) |
| 834 | (function, charset, arg, from_code, to_code) | 834 | (function, charset, arg, from_code, to_code) |
| 835 | Lisp_Object function, charset, arg, from_code, to_code; | 835 | Lisp_Object function, charset, arg, from_code, to_code; |
| 836 | { | 836 | { |