# HG changeset patch # User Kenichi Handa # Date 1110867975 0 # Node ID 4b80e9c28e8f66b3baea5b7635488e21c5ae7684 # Parent 885c5a410fe4dba7f38c5d8b042339e90597793f (syms_of_coding): Docstring of coding-category-list fixed. diff -r 885c5a410fe4 -r 4b80e9c28e8f src/coding.c --- a/src/coding.c Tue Mar 15 05:51:55 2005 +0000 +++ b/src/coding.c Tue Mar 15 06:26:15 2005 +0000 @@ -7823,7 +7823,10 @@ 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;