From dc3a0017dbbde6024a57cb7d20e23c7604338f0d Mon Sep 17 00:00:00 2001 From: Kenichi Handa Date: Fri, 25 Mar 2005 04:28:40 +0000 Subject: [PATCH] (syms_of_coding): Suggest to use set-coding-category in the docstring of coding-category-list. --- src/coding.c | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) 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; -- 2.39.2