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 1cc75fdae16..4ae1a25e8f0 100644 --- a/src/coding.c +++ b/src/coding.c | |||
| @@ -7825,7 +7825,7 @@ 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 | 7827 | ||
| 7828 | Don't modify this variable directly, but use `set-coding-category'. */); | 7828 | Don't modify this variable directly, but use `set-coding-priority'. */); |
| 7829 | { | 7829 | { |
| 7830 | int i; | 7830 | int i; |
| 7831 | 7831 | ||