]> git.eshelyaron.com Git - emacs.git/commitdiff
(syms_of_coding): Suggest to use set-coding-category in
authorKenichi Handa <handa@m17n.org>
Fri, 25 Mar 2005 04:28:40 +0000 (04:28 +0000)
committerKenichi Handa <handa@m17n.org>
Fri, 25 Mar 2005 04:28:40 +0000 (04:28 +0000)
the docstring of coding-category-list.

src/coding.c

index baacf26db0dcb2543cb62277b0ae62937d7f0045..1cc75fdae16253df44953ec5982e2aeb416cd3ac 100644 (file)
@@ -7825,8 +7825,7 @@ 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.
 
-When you modify this variable, `update-coding-systems-internal' must
-be called.  */);
+Don't modify this variable directly, but use `set-coding-category'.  */);
   {
     int i;