aboutsummaryrefslogtreecommitdiffstats
path: root/src/coding.c
diff options
context:
space:
mode:
authorMiles Bader2005-03-19 02:42:17 +0000
committerMiles Bader2005-03-19 02:42:17 +0000
commit1bac4db5629da854a984a0e84a9469f14b6b9e76 (patch)
tree068627144f173fed8c3331d541debae6c36f8988 /src/coding.c
parentf603a66a19f5bfbba314daaa21e77665b3e03dd5 (diff)
parent951f97e67d904729032b476caf5f7c2e7e303d73 (diff)
downloademacs-1bac4db5629da854a984a0e84a9469f14b6b9e76.tar.gz
emacs-1bac4db5629da854a984a0e84a9469f14b6b9e76.zip
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
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 635031772ca..6158409a713 100644
--- a/src/coding.c
+++ b/src/coding.c
@@ -9349,7 +9349,10 @@ updated by the functions `make-coding-system' and
9349On detecting a coding system, Emacs tries code detection algorithms 9349On detecting a coding system, Emacs tries code detection algorithms
9350associated with each coding-category one by one in this order. When 9350associated with each coding-category one by one in this order. When
9351one algorithm agrees with a byte sequence of source text, the coding 9351one algorithm agrees with a byte sequence of source text, the coding
9352system bound to the corresponding coding-category is selected. */); 9352system bound to the corresponding coding-category is selected.
9353
9354When you modify this variable, `update-coding-systems-internal' must
9355be called. */);
9353 { 9356 {
9354 int i; 9357 int i;
9355 9358