]> git.eshelyaron.com Git - emacs.git/commitdiff
Refer to set-coding-system-priority instead of the obsolete
authorLars Magne Ingebrigtsen <larsi@gnus.org>
Thu, 4 Nov 2010 22:37:06 +0000 (23:37 +0100)
committerLars Magne Ingebrigtsen <larsi@gnus.org>
Thu, 4 Nov 2010 22:37:06 +0000 (23:37 +0100)
set-coding-priority in the doc string.

src/ChangeLog
src/coding.c

index 97258cbd8508496a12b1bdf02e72e86f27afcdcb..dbb9538525208d1ec1667c0c50b2b4de13a01934 100644 (file)
@@ -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)
 
index 59deb22a3d7441bd506c52b105fbf2d23b03ef87..b88ac1b576a6de900ac8991139a34a2adda7861c 100644 (file)
@@ -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;