aboutsummaryrefslogtreecommitdiffstats
path: root/src/coding.c
diff options
context:
space:
mode:
authorLars Magne Ingebrigtsen2010-11-04 23:37:06 +0100
committerLars Magne Ingebrigtsen2010-11-04 23:37:06 +0100
commit448e17d69a4a8e4c16a560a04c940003eaad51f9 (patch)
treea3081070fd4638f530c84906bb36c4763b79b36f /src/coding.c
parent181cb5fb657b4f226eb5f9f4d13d8ea9ede81268 (diff)
downloademacs-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.c2
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
10559one algorithm agrees with a byte sequence of source text, the coding 10559one algorithm agrees with a byte sequence of source text, the coding
10560system bound to the corresponding coding-category is selected. 10560system bound to the corresponding coding-category is selected.
10561 10561
10562Don't modify this variable directly, but use `set-coding-priority'. */); 10562Don't modify this variable directly, but use `set-coding-system-priority'. */);
10563 { 10563 {
10564 int i; 10564 int i;
10565 10565