From: Kenichi Handa Date: Fri, 25 Mar 2005 04:28:40 +0000 (+0000) Subject: (syms_of_coding): Suggest to use set-coding-category in X-Git-Tag: ttn-vms-21-2-B4~1555 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=dc3a0017dbbde6024a57cb7d20e23c7604338f0d;p=emacs.git (syms_of_coding): Suggest to use set-coding-category in the docstring of coding-category-list. --- diff --git a/src/coding.c b/src/coding.c index baacf26db0d..1cc75fdae16 100644 --- a/src/coding.c +++ b/src/coding.c @@ -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;