diff options
Diffstat (limited to 'src/coding.c')
| -rw-r--r-- | src/coding.c | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/src/coding.c b/src/coding.c index 6a3868b016d..3b6b82aeea4 100644 --- a/src/coding.c +++ b/src/coding.c | |||
| @@ -7821,8 +7821,7 @@ 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 | 7823 | ||
| 7824 | When you modify this variable, `update-coding-systems-internal' must | 7824 | Don't modify this variable directly, but use `set-coding-category'. */); |
| 7825 | be called. */); | ||
| 7826 | { | 7825 | { |
| 7827 | int i; | 7826 | int i; |
| 7828 | 7827 | ||