From: Kenichi Handa Date: Tue, 15 Mar 2005 06:26:15 +0000 (+0000) Subject: (syms_of_coding): Docstring of coding-category-list fixed. X-Git-Tag: ttn-vms-21-2-B4~1804 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=0ec31faf3097fc024e6886bcf825ccecd4fe9a0d;p=emacs.git (syms_of_coding): Docstring of coding-category-list fixed. --- 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;