diff options
author | Juanma Barranquero <lekktu@gmail.com> | 2008-10-01 09:12:37 +0000 |
---|---|---|
committer | Juanma Barranquero <lekktu@gmail.com> | 2008-10-01 09:12:37 +0000 |
commit | 183080b610ce4d3385d272aa26b61f3a54f7a9af (patch) | |
tree | 23cec0c26976cad35c9e3da380161d9945c31b95 /src/ChangeLog.7 | |
parent | ca311e4261c746b9c7f3e48029cf56423fe6757e (diff) | |
download | emacs-183080b610ce4d3385d272aa26b61f3a54f7a9af.tar.gz |
Fix typos.
Diffstat (limited to 'src/ChangeLog.7')
-rw-r--r-- | src/ChangeLog.7 | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/src/ChangeLog.7 b/src/ChangeLog.7 index 8f58f3c078c..51d490e6d6e 100644 --- a/src/ChangeLog.7 +++ b/src/ChangeLog.7 @@ -808,7 +808,7 @@ 1998-06-12 Ken'ichi Handa <handa@melange.gnu.org> * fileio.c (Finsert_file_contents): Undo the previous change for - handling set-ault-coding. + handling set-auto-coding. 1998-06-11 Richard Stallman <rms@psilocin.ai.mit.edu> @@ -2174,10 +2174,10 @@ (ccl_driver): Adjusted for the above changes. (resolve_symbol_ccl_program): New function. (Fccl_execute): The arg CCL-PROGRAM can be a symbol of CCL - program. If CCL-PRGRAM is a vector, convert symbols in it to ID + program. If CCL-PROGRAM is a vector, convert symbols in it to ID numbers by resolve_symbol_ccl_program. (Fccl_execute_on_string): Likewise. - (Fregister_ccl_program): If the arg CCL-PRGRAM is a vector, + (Fregister_ccl_program): If the arg CCL-PROGRAM is a vector, convert symbols in it to ID numbers by resolve_symbol_ccl_program. * ccl.h (Vccl_program_table, Qccl_program_idx): Extern them. @@ -3702,7 +3702,7 @@ Update coding->heading_ascii. (detect_eol_type): New arg SKIP. (detect_eol): Adjusted for the change of detect_eol_type. - (ccl_codign_driver): New function. + (ccl_coding_driver): New function. (decode_coding): Arg CONSUMED deleted, and the meaning of return value changed. Update members produced, produced_char, consumed, consumed_char of the struct *coding. |