diff options
| author | Glenn Morris | 2018-02-16 17:33:57 -0500 |
|---|---|---|
| committer | Glenn Morris | 2018-02-16 17:33:57 -0500 |
| commit | 69107f347b3ac7f51cd22333f57393fd735915f2 (patch) | |
| tree | b1dbe911192a77d9be141538b4ee3df5b79ebfcf /src | |
| parent | aaad1e62f3e87873135a465530d6686bed5dc4c3 (diff) | |
| download | emacs-69107f347b3ac7f51cd22333f57393fd735915f2.tar.gz emacs-69107f347b3ac7f51cd22333f57393fd735915f2.zip | |
; Fix doc typos related to indefinite articles
Diffstat (limited to 'src')
| -rw-r--r-- | src/.gdbinit | 2 | ||||
| -rw-r--r-- | src/coding.c | 2 | ||||
| -rw-r--r-- | src/process.c | 2 | ||||
| -rw-r--r-- | src/xsettings.c | 2 |
4 files changed, 4 insertions, 4 deletions
diff --git a/src/.gdbinit b/src/.gdbinit index db7185bc450..cc06b2e11ce 100644 --- a/src/.gdbinit +++ b/src/.gdbinit | |||
| @@ -564,7 +564,7 @@ define pgi | |||
| 564 | end | 564 | end |
| 565 | document pgi | 565 | document pgi |
| 566 | Pretty print glyph structure glyph[I]. | 566 | Pretty print glyph structure glyph[I]. |
| 567 | Takes one argument, a integer I. | 567 | Takes one argument, an integer I. |
| 568 | end | 568 | end |
| 569 | 569 | ||
| 570 | define pgn | 570 | define pgn |
diff --git a/src/coding.c b/src/coding.c index 582b9268dbf..e756ba169dd 100644 --- a/src/coding.c +++ b/src/coding.c | |||
| @@ -3980,7 +3980,7 @@ decode_coding_iso_2022 (struct coding_system *coding) | |||
| 3980 | /* Reset the invocation and designation status to the safest | 3980 | /* Reset the invocation and designation status to the safest |
| 3981 | one; i.e. designate ASCII to the graphic register 0, and | 3981 | one; i.e. designate ASCII to the graphic register 0, and |
| 3982 | invoke that register to the graphic plane 0. This typically | 3982 | invoke that register to the graphic plane 0. This typically |
| 3983 | helps the case that an designation sequence for ASCII "ESC ( | 3983 | helps the case that a designation sequence for ASCII "ESC ( |
| 3984 | B" is somehow broken (e.g. broken by a newline). */ | 3984 | B" is somehow broken (e.g. broken by a newline). */ |
| 3985 | CODING_ISO_INVOCATION (coding, 0) = 0; | 3985 | CODING_ISO_INVOCATION (coding, 0) = 0; |
| 3986 | CODING_ISO_DESIGNATION (coding, 0) = charset_ascii; | 3986 | CODING_ISO_DESIGNATION (coding, 0) = charset_ascii; |
diff --git a/src/process.c b/src/process.c index c561d01060c..bccc3ac3992 100644 --- a/src/process.c +++ b/src/process.c | |||
| @@ -3724,7 +3724,7 @@ setting of the remote datagram address. When specified for a client | |||
| 3724 | process, the FAMILY, HOST, and SERVICE args are ignored. | 3724 | process, the FAMILY, HOST, and SERVICE args are ignored. |
| 3725 | 3725 | ||
| 3726 | The format of ADDRESS depends on the address family: | 3726 | The format of ADDRESS depends on the address family: |
| 3727 | - An IPv4 address is represented as an vector of integers [A B C D P] | 3727 | - An IPv4 address is represented as a vector of integers [A B C D P] |
| 3728 | corresponding to numeric IP address A.B.C.D and port number P. | 3728 | corresponding to numeric IP address A.B.C.D and port number P. |
| 3729 | - A local address is represented as a string with the address in the | 3729 | - A local address is represented as a string with the address in the |
| 3730 | local address space. | 3730 | local address space. |
diff --git a/src/xsettings.c b/src/xsettings.c index ac2d86f5922..81c8f9b2919 100644 --- a/src/xsettings.c +++ b/src/xsettings.c | |||
| @@ -53,7 +53,7 @@ static char *current_font; | |||
| 53 | static struct x_display_info *first_dpyinfo; | 53 | static struct x_display_info *first_dpyinfo; |
| 54 | static Lisp_Object current_tool_bar_style; | 54 | static Lisp_Object current_tool_bar_style; |
| 55 | 55 | ||
| 56 | /* Store an config changed event in to the event queue. */ | 56 | /* Store a config changed event in to the event queue. */ |
| 57 | 57 | ||
| 58 | static void | 58 | static void |
| 59 | store_config_changed_event (Lisp_Object arg, Lisp_Object display_name) | 59 | store_config_changed_event (Lisp_Object arg, Lisp_Object display_name) |