aboutsummaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
authorGlenn Morris2018-02-16 17:33:57 -0500
committerGlenn Morris2018-02-16 17:33:57 -0500
commit69107f347b3ac7f51cd22333f57393fd735915f2 (patch)
treeb1dbe911192a77d9be141538b4ee3df5b79ebfcf /src
parentaaad1e62f3e87873135a465530d6686bed5dc4c3 (diff)
downloademacs-69107f347b3ac7f51cd22333f57393fd735915f2.tar.gz
emacs-69107f347b3ac7f51cd22333f57393fd735915f2.zip
; Fix doc typos related to indefinite articles
Diffstat (limited to 'src')
-rw-r--r--src/.gdbinit2
-rw-r--r--src/coding.c2
-rw-r--r--src/process.c2
-rw-r--r--src/xsettings.c2
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
564end 564end
565document pgi 565document pgi
566Pretty print glyph structure glyph[I]. 566Pretty print glyph structure glyph[I].
567Takes one argument, a integer I. 567Takes one argument, an integer I.
568end 568end
569 569
570define pgn 570define 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
3724process, the FAMILY, HOST, and SERVICE args are ignored. 3724process, the FAMILY, HOST, and SERVICE args are ignored.
3725 3725
3726The format of ADDRESS depends on the address family: 3726The 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]
3728corresponding to numeric IP address A.B.C.D and port number P. 3728corresponding 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
3730local address space. 3730local 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;
53static struct x_display_info *first_dpyinfo; 53static struct x_display_info *first_dpyinfo;
54static Lisp_Object current_tool_bar_style; 54static 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
58static void 58static void
59store_config_changed_event (Lisp_Object arg, Lisp_Object display_name) 59store_config_changed_event (Lisp_Object arg, Lisp_Object display_name)