aboutsummaryrefslogtreecommitdiffstats
path: root/src/coding.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/coding.c')
-rw-r--r--src/coding.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/coding.c b/src/coding.c
index 20d5d92f046..346a8573b70 100644
--- a/src/coding.c
+++ b/src/coding.c
@@ -10720,7 +10720,7 @@ reading if you suppress escape sequence detection.
10720 10720
10721The other way to read escape sequences in a file without decoding is 10721The other way to read escape sequences in a file without decoding is
10722to explicitly specify some coding system that doesn't use ISO-2022 10722to explicitly specify some coding system that doesn't use ISO-2022
10723escape sequence (e.g `latin-1') on reading by \\[universal-coding-system-argument]. */); 10723escape sequence (e.g., `latin-1') on reading by \\[universal-coding-system-argument]. */);
10724 inhibit_iso_escape_detection = 0; 10724 inhibit_iso_escape_detection = 0;
10725 10725
10726 DEFVAR_BOOL ("inhibit-null-byte-detection", 10726 DEFVAR_BOOL ("inhibit-null-byte-detection",