Mercurial > emacs
comparison src/coding.c @ 111402:435e622dd41e
Refer to set-coding-system-priority instead of the obsolete
set-coding-priority in the doc string.
| author | Lars Magne Ingebrigtsen <larsi@gnus.org> |
|---|---|
| date | Thu, 04 Nov 2010 23:37:06 +0100 |
| parents | 6788b08ca420 |
| children | c1042b16fa46 |
comparison
equal
deleted
inserted
replaced
| 111401:733acab855e4 | 111402:435e622dd41e |
|---|---|
| 10557 On detecting a coding system, Emacs tries code detection algorithms | 10557 On detecting a coding system, Emacs tries code detection algorithms |
| 10558 associated with each coding-category one by one in this order. When | 10558 associated with each coding-category one by one in this order. When |
| 10559 one algorithm agrees with a byte sequence of source text, the coding | 10559 one algorithm agrees with a byte sequence of source text, the coding |
| 10560 system bound to the corresponding coding-category is selected. | 10560 system bound to the corresponding coding-category is selected. |
| 10561 | 10561 |
| 10562 Don't modify this variable directly, but use `set-coding-priority'. */); | 10562 Don't modify this variable directly, but use `set-coding-system-priority'. */); |
| 10563 { | 10563 { |
| 10564 int i; | 10564 int i; |
| 10565 | 10565 |
| 10566 Vcoding_category_list = Qnil; | 10566 Vcoding_category_list = Qnil; |
| 10567 for (i = coding_category_max - 1; i >= 0; i--) | 10567 for (i = coding_category_max - 1; i >= 0; i--) |
