diff options
Diffstat (limited to 'src/coding.c')
| -rw-r--r-- | src/coding.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/coding.c b/src/coding.c index 6fcb031b432..66430553a84 100644 --- a/src/coding.c +++ b/src/coding.c | |||
| @@ -9357,7 +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 | Don't modify this variable directly, but use `set-coding-category'. */); | 9360 | Don't modify this variable directly, but use `set-coding-priority'. */); |
| 9361 | { | 9361 | { |
| 9362 | int i; | 9362 | int i; |
| 9363 | 9363 | ||