(syms_of_coding): Docstring of coding-category-list fixed.
This commit is contained in:
parent
761a875548
commit
0ec31faf30
1 changed files with 4 additions and 1 deletions
|
@ -7823,7 +7823,10 @@ updated by the functions `make-coding-system' and
|
|||
On detecting a coding system, Emacs tries code detection algorithms
|
||||
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. */);
|
||||
system bound to the corresponding coding-category is selected.
|
||||
|
||||
When you modify this variable, `update-coding-systems-internal' must
|
||||
be called. */);
|
||||
{
|
||||
int i;
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue