Mercurial > emacs
comparison src/coding.c @ 60907:a70b3b846344
(syms_of_coding): Suggest to use set-coding-category in
the docstring of coding-category-list.
| author | Kenichi Handa <handa@m17n.org> |
|---|---|
| date | Fri, 25 Mar 2005 04:28:40 +0000 |
| parents | 4b80e9c28e8f |
| children | e3a6dd630fdf 2006100ee57e 4da4a09e8b1b |
comparison
equal
deleted
inserted
replaced
| 60906:9b761ddc6f4b | 60907:a70b3b846344 |
|---|---|
| 7823 On detecting a coding system, Emacs tries code detection algorithms | 7823 On detecting a coding system, Emacs tries code detection algorithms |
| 7824 associated with each coding-category one by one in this order. When | 7824 associated with each coding-category one by one in this order. When |
| 7825 one algorithm agrees with a byte sequence of source text, the coding | 7825 one algorithm agrees with a byte sequence of source text, the coding |
| 7826 system bound to the corresponding coding-category is selected. | 7826 system bound to the corresponding coding-category is selected. |
| 7827 | 7827 |
| 7828 When you modify this variable, `update-coding-systems-internal' must | 7828 Don't modify this variable directly, but use `set-coding-category'. */); |
| 7829 be called. */); | |
| 7830 { | 7829 { |
| 7831 int i; | 7830 int i; |
| 7832 | 7831 |
| 7833 Vcoding_category_list = Qnil; | 7832 Vcoding_category_list = Qnil; |
| 7834 for (i = CODING_CATEGORY_IDX_MAX - 1; i >= 0; i--) | 7833 for (i = CODING_CATEGORY_IDX_MAX - 1; i >= 0; i--) |
