Mercurial > emacs
comparison src/coding.c @ 60608:4b80e9c28e8f
(syms_of_coding): Docstring of coding-category-list fixed.
| author | Kenichi Handa <handa@m17n.org> |
|---|---|
| date | Tue, 15 Mar 2005 06:26:15 +0000 |
| parents | 8d84cdf36525 |
| children | a70b3b846344 48ba3f89c89f 30ad2795fdab |
comparison
equal
deleted
inserted
replaced
| 60607:885c5a410fe4 | 60608:4b80e9c28e8f |
|---|---|
| 7821 doc: /* List of coding-categories (symbols) ordered by priority. | 7821 doc: /* List of coding-categories (symbols) ordered by priority. |
| 7822 | 7822 |
| 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 | |
| 7828 When you modify this variable, `update-coding-systems-internal' must | |
| 7829 be called. */); | |
| 7827 { | 7830 { |
| 7828 int i; | 7831 int i; |
| 7829 | 7832 |
| 7830 Vcoding_category_list = Qnil; | 7833 Vcoding_category_list = Qnil; |
| 7831 for (i = CODING_CATEGORY_IDX_MAX - 1; i >= 0; i--) | 7834 for (i = CODING_CATEGORY_IDX_MAX - 1; i >= 0; i--) |
