(syms_of_coding): Docstring of coding-category-list fixed.

This commit is contained in:
Kenichi Handa 2005-03-15 06:26:15 +00:00
parent 761a875548
commit 0ec31faf30

View file

@ -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;