Mercurial > emacs
diff src/coding.c @ 90127:30ad2795fdab
Revision: miles@gnu.org--gnu-2005/emacs--unicode--0--patch-28
Merge from emacs--cvs-trunk--0
Patches applied:
* emacs--cvs-trunk--0 (patch 180-191)
- Update from CVS
- Merge from gnus--rel--5.10
* gnus--rel--5.10 (patch 39-44)
- Merge from emacs--cvs-trunk--0
- Update from CVS
| author | Miles Bader <miles@gnu.org> |
|---|---|
| date | Sat, 19 Mar 2005 02:42:17 +0000 |
| parents | 95879cc1ed20 4b80e9c28e8f |
| children | 503a3c779486 |
line wrap: on
line diff
--- a/src/coding.c Wed Mar 16 21:23:11 2005 +0000 +++ b/src/coding.c Sat Mar 19 02:42:17 2005 +0000 @@ -9349,7 +9349,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;
