mirror of
git://git.sv.gnu.org/emacs.git
synced 2025-12-24 06:20:43 -08:00
Refer to set-coding-system-priority instead of the obsolete
set-coding-priority in the doc string.
This commit is contained in:
parent
181cb5fb65
commit
448e17d69a
2 changed files with 6 additions and 1 deletions
|
|
@ -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)
|
||||
|
||||
|
|
|
|||
|
|
@ -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;
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue