]> git.eshelyaron.com Git - emacs.git/commitdiff
(syms_of_coding): Docstring of coding-category-list fixed.
authorKenichi Handa <handa@m17n.org>
Tue, 15 Mar 2005 06:26:15 +0000 (06:26 +0000)
committerKenichi Handa <handa@m17n.org>
Tue, 15 Mar 2005 06:26:15 +0000 (06:26 +0000)
src/coding.c

index 2ab4296381a909cc004727726e487df2704384c7..baacf26db0dcb2543cb62277b0ae62937d7f0045 100644 (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;