diff options
| author | Lars Magne Ingebrigtsen | 2010-11-04 23:37:06 +0100 |
|---|---|---|
| committer | Lars Magne Ingebrigtsen | 2010-11-04 23:37:06 +0100 |
| commit | 448e17d69a4a8e4c16a560a04c940003eaad51f9 (patch) | |
| tree | a3081070fd4638f530c84906bb36c4763b79b36f /src/coding.c | |
| parent | 181cb5fb657b4f226eb5f9f4d13d8ea9ede81268 (diff) | |
| download | emacs-448e17d69a4a8e4c16a560a04c940003eaad51f9.tar.gz emacs-448e17d69a4a8e4c16a560a04c940003eaad51f9.zip | |
Refer to set-coding-system-priority instead of the obsolete
set-coding-priority in the doc string.
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 | ||