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 59deb22a3d7..b88ac1b576a 100644 --- a/src/coding.c +++ b/src/coding.c | |||
| @@ -10559,7 +10559,7 @@ associated with each coding-category one by one in this order. When | |||
| 10559 | one algorithm agrees with a byte sequence of source text, the coding | 10559 | one algorithm agrees with a byte sequence of source text, the coding |
| 10560 | system bound to the corresponding coding-category is selected. | 10560 | system bound to the corresponding coding-category is selected. |
| 10561 | 10561 | ||
| 10562 | Don't modify this variable directly, but use `set-coding-priority'. */); | 10562 | Don't modify this variable directly, but use `set-coding-system-priority'. */); |
| 10563 | { | 10563 | { |
| 10564 | int i; | 10564 | int i; |
| 10565 | 10565 | ||