Mercurial > emacs
comparison src/coding.c @ 61166:e3a6dd630fdf
(Vcoding_category_list): Docstring fix.
| author | Kenichi Handa <handa@m17n.org> |
|---|---|
| date | Thu, 31 Mar 2005 11:21:14 +0000 |
| parents | a70b3b846344 |
| children | 642b9d312765 360860a0006f 7a3341d65a12 |
comparison
equal
deleted
inserted
replaced
| 61165:af9e3a6a85f8 | 61166:e3a6dd630fdf |
|---|---|
| 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 Don't modify this variable directly, but use `set-coding-category'. */); | 7828 Don't modify this variable directly, but use `set-coding-priority'. */); |
| 7829 { | 7829 { |
| 7830 int i; | 7830 int i; |
| 7831 | 7831 |
| 7832 Vcoding_category_list = Qnil; | 7832 Vcoding_category_list = Qnil; |
| 7833 for (i = CODING_CATEGORY_IDX_MAX - 1; i >= 0; i--) | 7833 for (i = CODING_CATEGORY_IDX_MAX - 1; i >= 0; i--) |
