diff src/coding.c @ 60608:4b80e9c28e8f

(syms_of_coding): Docstring of coding-category-list fixed.
author Kenichi Handa <handa@m17n.org>
date Tue, 15 Mar 2005 06:26:15 +0000
parents 8d84cdf36525
children a70b3b846344 48ba3f89c89f 30ad2795fdab
line wrap: on
line diff
--- 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;