diff options
| author | Paul Eggert | 2013-02-12 09:36:54 -0800 |
|---|---|---|
| committer | Paul Eggert | 2013-02-12 09:36:54 -0800 |
| commit | 65e7ca35a69003788134f8c961f561fe6f7a9720 (patch) | |
| tree | 513f7b57162f68f51c4d12c6ef077a55dd5d4e20 /src | |
| parent | 85adc63f8157bf90ee5a3b9dff94bea4c6f538eb (diff) | |
| download | emacs-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.c | 2 | ||||
| -rw-r--r-- | src/font.c | 2 | ||||
| -rw-r--r-- | src/indent.c | 2 |
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 | ||
| 10721 | The other way to read escape sequences in a file without decoding is | 10721 | The other way to read escape sequences in a file without decoding is |
| 10722 | to explicitly specify some coding system that doesn't use ISO-2022 | 10722 | to explicitly specify some coding system that doesn't use ISO-2022 |
| 10723 | escape sequence (e.g `latin-1') on reading by \\[universal-coding-system-argument]. */); | 10723 | escape 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. |
| 292 | This is calculated by adding together the widths of all the displayed | 292 | This is calculated by adding together the widths of all the displayed |
| 293 | representations of the character between the start of the previous line | 293 | representations of the character between the start of the previous line |
| 294 | and point (eg. control characters will have a width of 2 or 4, tabs | 294 | and point (e.g., control characters will have a width of 2 or 4, tabs |
| 295 | will have a variable width). | 295 | will have a variable width). |
| 296 | Ignores finite width of frame, which means that this function may return | 296 | Ignores finite width of frame, which means that this function may return |
| 297 | values greater than (frame-width). | 297 | values greater than (frame-width). |