mirror of
git://git.sv.gnu.org/emacs.git
synced 2025-12-23 22:20:24 -08:00
(syms_of_coding): Suggest to use set-coding-category in
the docstring of coding-category-list.
This commit is contained in:
parent
17404091a0
commit
dc3a0017db
1 changed files with 1 additions and 2 deletions
|
|
@ -7825,8 +7825,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
|
one algorithm agrees with a byte sequence of source text, the coding
|
||||||
system bound to the corresponding coding-category is selected.
|
system bound to the corresponding coding-category is selected.
|
||||||
|
|
||||||
When you modify this variable, `update-coding-systems-internal' must
|
Don't modify this variable directly, but use `set-coding-category'. */);
|
||||||
be called. */);
|
|
||||||
{
|
{
|
||||||
int i;
|
int i;
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue