# HG changeset patch # User Kenichi Handa # Date 983774418 0 # Node ID df3c622dba0e4f894d9cb406e140582f875d8448 # Parent f1875270e08c58b840aa4bf40e0a545e82511daf (syms_of_coding): Docstring modified. diff -r f1875270e08c -r df3c622dba0e src/coding.c --- a/src/coding.c Mon Mar 05 06:39:41 2001 +0000 +++ b/src/coding.c Mon Mar 05 06:40:18 2001 +0000 @@ -7128,7 +7128,12 @@ 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;