* international/quail.el (quail-start-translation): Bind help-char
to nil locally.
- * language/cyril-util.el (cyrillic-encode-koi8-r-char): New funciton.
+ * language/cyril-util.el (cyrillic-encode-koi8-r-char): New function.
(cyrillic-encode-alternativnyj-char): New function.
* language/cyrillic.el (cyrillic-koi8-r-decode-table): New
1998-07-26 Ken'ichi Handa <handa@melange.gnu.org>
* arc-mode.el (archive-set-buffer-as-visiting-file): Give FILENAME
- arg to set-auto-coding-funciton.
+ arg to set-auto-coding-function.
(archive-extract): Pay attention to enable-multibyte-characters.
(archive-*-write-file-member): Likewise.
(archive-rename-entry): Likewise.
1998-07-24 Ken'ichi Handa <handa@melange.gnu.org>
- * tar-mode.el (tar-extract): Give set-auto-coding-funciton
+ * tar-mode.el (tar-extract): Give set-auto-coding-function
FILENAME argument.
1998-07-25 Kenichi Handa <handa@etl.go.jp>
* coding.c (setup_coding_system): Fix setting up
coding->spec.ccl.valid_codes for CCL based coding system.
(code_convert_region): Set point to FROM before inserting the
- result of pre-write-funciton. Preserve original point.
+ result of pre-write-function. Preserve original point.
(code_convert_string): If coding->type is coding_type_ccl, do
conversion even if the length of conversion region is zero.