aboutsummaryrefslogtreecommitdiffstats
path: root/src/w32proc.c
diff options
context:
space:
mode:
authorGlenn Morris2013-09-11 13:31:29 -0400
committerGlenn Morris2013-09-11 13:31:29 -0400
commit5ec0337a36f61c2bd6c7c3ef8102f7deeeafd09a (patch)
treec473399259139455f55408208daf6bc6da5b9116 /src/w32proc.c
parent5c91a2b88d1efef802d6b76910ead67ff8048289 (diff)
downloademacs-5ec0337a36f61c2bd6c7c3ef8102f7deeeafd09a.tar.gz
emacs-5ec0337a36f61c2bd6c7c3ef8102f7deeeafd09a.zip
* src/emacs.c (usage_message): Possessive apostrophe tweak.
Likewise in some comments.
Diffstat (limited to 'src/w32proc.c')
-rw-r--r--src/w32proc.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/w32proc.c b/src/w32proc.c
index dabaa62f71c..221b42fb7b2 100644
--- a/src/w32proc.c
+++ b/src/w32proc.c
@@ -1144,7 +1144,7 @@ create_child (char *exe, char *cmdline, char *env, int is_gui_app,
1144 return FALSE; 1144 return FALSE;
1145} 1145}
1146 1146
1147/* create_child doesn't know what emacs' file handle will be for waiting 1147/* create_child doesn't know what emacs's file handle will be for waiting
1148 on output from the child, so we need to make this additional call 1148 on output from the child, so we need to make this additional call
1149 to register the handle with the process 1149 to register the handle with the process
1150 This way the select emulator knows how to match file handles with 1150 This way the select emulator knows how to match file handles with