aboutsummaryrefslogtreecommitdiffstats
path: root/src/coding.c
diff options
context:
space:
mode:
authorPaul Eggert2013-02-12 09:36:54 -0800
committerPaul Eggert2013-02-12 09:36:54 -0800
commit65e7ca35a69003788134f8c961f561fe6f7a9720 (patch)
tree513f7b57162f68f51c4d12c6ef077a55dd5d4e20 /src/coding.c
parent85adc63f8157bf90ee5a3b9dff94bea4c6f538eb (diff)
downloademacs-65e7ca35a69003788134f8c961f561fe6f7a9720.tar.gz
emacs-65e7ca35a69003788134f8c961f561fe6f7a9720.zip
In doc, use standard American English style for e.g., etc., i.e.
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",