From: Lars Magne Ingebrigtsen <larsi@gnus.org>
Date: Thu, 4 Nov 2010 22:37:06 +0000 (+0100)
Subject: Refer to set-coding-system-priority instead of the obsolete
X-Git-Tag: emacs-pretest-24.0.90~104^2~275^2~438^2~45^2~381
X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=448e17d69a4a8e4c16a560a04c940003eaad51f9;p=emacs.git

Refer to set-coding-system-priority instead of the obsolete
set-coding-priority in the doc string.
---

diff --git a/src/ChangeLog b/src/ChangeLog
index 97258cbd850..dbb95385252 100644
--- a/src/ChangeLog
+++ b/src/ChangeLog
@@ -1,3 +1,8 @@
+2010-11-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
+
+	* Refer to set-coding-system-priority instead of the obsolete
+	set-coding-priority in the doc string.
+
 2010-11-04  Adrian Robert  <Adrian.B.Robert@gmail.com>
 	    Ismail Donmez  <ismail@namtrac.org>  (tiny change)
 
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
 one algorithm agrees with a byte sequence of source text, the coding
 system bound to the corresponding coding-category is selected.
 
-Don't modify this variable directly, but use `set-coding-priority'.  */);
+Don't modify this variable directly, but use `set-coding-system-priority'.  */);
   {
     int i;