diff options
Diffstat (limited to 'src')
| -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 2ab4296381a..baacf26db0d 100644 --- a/src/coding.c +++ b/src/coding.c | |||
| @@ -7823,7 +7823,10 @@ updated by the functions `make-coding-system' and | |||
| 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 | ||