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 c36060cad44..6fcb031b432 100644 --- a/src/coding.c +++ b/src/coding.c | |||
| @@ -9357,8 +9357,7 @@ associated with each coding-category one by one in this order. When | |||
| 9357 | one algorithm agrees with a byte sequence of source text, the coding | 9357 | one algorithm agrees with a byte sequence of source text, the coding |
| 9358 | system bound to the corresponding coding-category is selected. | 9358 | system bound to the corresponding coding-category is selected. |
| 9359 | 9359 | ||
| 9360 | When you modify this variable, `update-coding-systems-internal' must | 9360 | Don't modify this variable directly, but use `set-coding-category'. */); |
| 9361 | be called. */); | ||
| 9362 | { | 9361 | { |
| 9363 | int i; | 9362 | int i; |
| 9364 | 9363 | ||