summaryrefslogtreecommitdiff
path: root/src/coding.c
diff options
context:
space:
mode:
authorKenichi Handa <handa@m17n.org>2005-03-15 06:26:15 +0000
committerKenichi Handa <handa@m17n.org>2005-03-15 06:26:15 +0000
commit0ec31faf3097fc024e6886bcf825ccecd4fe9a0d (patch)
tree31d341fef964384001a39e4054b61cacbf5fba23 /src/coding.c
parent761a875548597f6f72794d7e88e04595711999fb (diff)
downloademacs-0ec31faf3097fc024e6886bcf825ccecd4fe9a0d.tar.gz
(syms_of_coding): Docstring of coding-category-list fixed.
Diffstat (limited to 'src/coding.c')
-rw-r--r--src/coding.c5
1 files changed, 4 insertions, 1 deletions
diff --git a/src/coding.c b/src/coding.c
index 2ab4296381a..baacf26db0d 100644
--- a/src/coding.c
+++ b/src/coding.c
@@ -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;