aboutsummaryrefslogtreecommitdiffstats
path: root/src/coding.c
diff options
context:
space:
mode:
authorJoakim Verona2013-02-14 00:04:38 +0100
committerJoakim Verona2013-02-14 00:04:38 +0100
commit694d759a9dd8fcbd23078bab33f84ff399d58971 (patch)
tree7b9f2b697ffa06f315be78cd84b94d84659d02c2 /src/coding.c
parente46029ad6dda065541c8de40de0fe9d5800ac770 (diff)
parentfe3362617385f936576ba0acdac66e2f7da38391 (diff)
downloademacs-694d759a9dd8fcbd23078bab33f84ff399d58971.tar.gz
emacs-694d759a9dd8fcbd23078bab33f84ff399d58971.zip
auto upstream
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 b881f162ab9..868fb7df0ea 100644
--- a/src/coding.c
+++ b/src/coding.c
@@ -10712,7 +10712,7 @@ reading if you suppress escape sequence detection.
10712 10712
10713The other way to read escape sequences in a file without decoding is 10713The other way to read escape sequences in a file without decoding is
10714to explicitly specify some coding system that doesn't use ISO-2022 10714to explicitly specify some coding system that doesn't use ISO-2022
10715escape sequence (e.g `latin-1') on reading by \\[universal-coding-system-argument]. */); 10715escape sequence (e.g., `latin-1') on reading by \\[universal-coding-system-argument]. */);
10716 inhibit_iso_escape_detection = 0; 10716 inhibit_iso_escape_detection = 0;
10717 10717
10718 DEFVAR_BOOL ("inhibit-null-byte-detection", 10718 DEFVAR_BOOL ("inhibit-null-byte-detection",