aboutsummaryrefslogtreecommitdiffstats
path: root/src/coding.c
diff options
context:
space:
mode:
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