diff options
Diffstat (limited to 'src')
| -rw-r--r-- | src/ChangeLog | 2 | ||||
| -rw-r--r-- | src/fns.c | 2 |
2 files changed, 3 insertions, 1 deletions
diff --git a/src/ChangeLog b/src/ChangeLog index 71951175934..99ddad3b45e 100644 --- a/src/ChangeLog +++ b/src/ChangeLog | |||
| @@ -1,5 +1,7 @@ | |||
| 1 | 2003-02-10 Kenichi Handa <handa@m17n.org> | 1 | 2003-02-10 Kenichi Handa <handa@m17n.org> |
| 2 | 2 | ||
| 3 | * fns.c (Fstring_to_multibyte): Fix typo in the docstring. | ||
| 4 | |||
| 3 | * process.c (QCfilter_multibyte): New variable. | 5 | * process.c (QCfilter_multibyte): New variable. |
| 4 | (setup_process_coding_systems): New function. | 6 | (setup_process_coding_systems): New function. |
| 5 | (Fset_process_buffer, Fset_process_filter): Call | 7 | (Fset_process_buffer, Fset_process_filter): Call |
| @@ -1175,7 +1175,7 @@ multibyte character of charset `eight-bit-control' or `eight-bit-graphic'. */) | |||
| 1175 | DEFUN ("string-to-multibyte", Fstring_to_multibyte, Sstring_to_multibyte, | 1175 | DEFUN ("string-to-multibyte", Fstring_to_multibyte, Sstring_to_multibyte, |
| 1176 | 1, 1, 0, | 1176 | 1, 1, 0, |
| 1177 | doc: /* Return a multibyte string with the same individual chars as STRING. | 1177 | doc: /* Return a multibyte string with the same individual chars as STRING. |
| 1178 | If STRING is multibyte, the resutl is STRING itself. | 1178 | If STRING is multibyte, the result is STRING itself. |
| 1179 | Otherwise it is a newly created string, with no text properties. | 1179 | Otherwise it is a newly created string, with no text properties. |
| 1180 | Characters 0200 through 0237 are converted to eight-bit-control | 1180 | Characters 0200 through 0237 are converted to eight-bit-control |
| 1181 | characters of the same character code. Characters 0240 through 0377 | 1181 | characters of the same character code. Characters 0240 through 0377 |