mirror of
git://git.sv.gnu.org/emacs.git
synced 2025-12-20 12:40:56 -08:00
(syms_of_coding): Docstring modified.
This commit is contained in:
parent
b86644f28f
commit
2f4b4b44cf
1 changed files with 6 additions and 1 deletions
|
|
@ -7128,7 +7128,12 @@ updated by the functions `make-coding-system' and\n\
|
|||
Vcoding_system_alist = Qnil;
|
||||
|
||||
DEFVAR_LISP ("coding-category-list", &Vcoding_category_list,
|
||||
"List of coding-categories (symbols) ordered by priority.");
|
||||
"List of coding-categories (symbols) ordered by priority.\n\
|
||||
\n\
|
||||
On detecting a coding system, Emacs tries code detection algorithms\n\
|
||||
associated with each coding-category one by one in this order. When\n\
|
||||
one algorithm agrees with a byte sequence of source text, the coding\n\
|
||||
system bound to the corresponding coding-category is selected.");
|
||||
{
|
||||
int i;
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue