]> git.eshelyaron.com Git - emacs.git/commitdiff
(syms_of_coding): Docstring modified.
authorKenichi Handa <handa@m17n.org>
Mon, 5 Mar 2001 06:40:18 +0000 (06:40 +0000)
committerKenichi Handa <handa@m17n.org>
Mon, 5 Mar 2001 06:40:18 +0000 (06:40 +0000)
src/coding.c

index f16fa375d0f3ed4244a8fdafcf990c77f17efd19..01762df59b70afb2036c317c68aea8417a2e8bf9 100644 (file)
@@ -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;