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 635031772ca..6158409a713 100644 --- a/src/coding.c +++ b/src/coding.c | |||
| @@ -9349,7 +9349,10 @@ updated by the functions `make-coding-system' and | |||
| 9349 | On detecting a coding system, Emacs tries code detection algorithms | 9349 | On detecting a coding system, Emacs tries code detection algorithms |
| 9350 | associated with each coding-category one by one in this order. When | 9350 | associated with each coding-category one by one in this order. When |
| 9351 | one algorithm agrees with a byte sequence of source text, the coding | 9351 | one algorithm agrees with a byte sequence of source text, the coding |
| 9352 | system bound to the corresponding coding-category is selected. */); | 9352 | system bound to the corresponding coding-category is selected. |
| 9353 | |||
| 9354 | When you modify this variable, `update-coding-systems-internal' must | ||
| 9355 | be called. */); | ||
| 9353 | { | 9356 | { |
| 9354 | int i; | 9357 | int i; |
| 9355 | 9358 | ||