diff options
Diffstat (limited to 'src/coding.c')
| -rw-r--r-- | src/coding.c | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/src/coding.c b/src/coding.c index 9cd493ab062..6a3868b016d 100644 --- a/src/coding.c +++ b/src/coding.c | |||
| @@ -7819,7 +7819,10 @@ updated by the functions `make-coding-system' and | |||
| 7819 | On detecting a coding system, Emacs tries code detection algorithms | 7819 | On detecting a coding system, Emacs tries code detection algorithms |
| 7820 | associated with each coding-category one by one in this order. When | 7820 | associated with each coding-category one by one in this order. When |
| 7821 | one algorithm agrees with a byte sequence of source text, the coding | 7821 | one algorithm agrees with a byte sequence of source text, the coding |
| 7822 | system bound to the corresponding coding-category is selected. */); | 7822 | system bound to the corresponding coding-category is selected. |
| 7823 | |||
| 7824 | When you modify this variable, `update-coding-systems-internal' must | ||
| 7825 | be called. */); | ||
| 7823 | { | 7826 | { |
| 7824 | int i; | 7827 | int i; |
| 7825 | 7828 | ||