Mercurial > emacs
changeset 60608:4b80e9c28e8f
(syms_of_coding): Docstring of coding-category-list fixed.
author | Kenichi Handa <handa@m17n.org> |
---|---|
date | Tue, 15 Mar 2005 06:26:15 +0000 |
parents | 885c5a410fe4 |
children | 1416f9f933e4 |
files | src/coding.c |
diffstat | 1 files changed, 4 insertions(+), 1 deletions(-) [+] |
line wrap: on
line diff
--- a/src/coding.c Tue Mar 15 05:51:55 2005 +0000 +++ b/src/coding.c Tue Mar 15 06:26:15 2005 +0000 @@ -7823,7 +7823,10 @@ 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;