aboutsummaryrefslogtreecommitdiffstats
path: root/src
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
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')
-rw-r--r--src/coding.c2
-rw-r--r--src/font.c2
-rw-r--r--src/indent.c2
3 files changed, 3 insertions, 3 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",
diff --git a/src/font.c b/src/font.c
index 9f9d3817067..cb884f0de04 100644
--- a/src/font.c
+++ b/src/font.c
@@ -4847,7 +4847,7 @@ where
4847 OPENED-NAME is the name used for opening the font, 4847 OPENED-NAME is the name used for opening the font,
4848 FULL-NAME is the full name of the font, 4848 FULL-NAME is the full name of the font,
4849 SIZE is the pixelsize of the font, 4849 SIZE is the pixelsize of the font,
4850 HEIGHT is the pixel-height of the font (i.e ascent + descent), 4850 HEIGHT is the pixel-height of the font (i.e., ascent + descent),
4851 BASELINE-OFFSET is the upward offset pixels from ASCII baseline, 4851 BASELINE-OFFSET is the upward offset pixels from ASCII baseline,
4852 RELATIVE-COMPOSE and DEFAULT-ASCENT are the numbers controlling 4852 RELATIVE-COMPOSE and DEFAULT-ASCENT are the numbers controlling
4853 how to compose characters. 4853 how to compose characters.
diff --git a/src/indent.c b/src/indent.c
index ffa42ac7587..19f5f047759 100644
--- a/src/indent.c
+++ b/src/indent.c
@@ -291,7 +291,7 @@ DEFUN ("current-column", Fcurrent_column, Scurrent_column, 0, 0, 0,
291 doc: /* Return the horizontal position of point. Beginning of line is column 0. 291 doc: /* Return the horizontal position of point. Beginning of line is column 0.
292This is calculated by adding together the widths of all the displayed 292This is calculated by adding together the widths of all the displayed
293representations of the character between the start of the previous line 293representations of the character between the start of the previous line
294and point (eg. control characters will have a width of 2 or 4, tabs 294and point (e.g., control characters will have a width of 2 or 4, tabs
295will have a variable width). 295will have a variable width).
296Ignores finite width of frame, which means that this function may return 296Ignores finite width of frame, which means that this function may return
297values greater than (frame-width). 297values greater than (frame-width).