aboutsummaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
Diffstat (limited to 'src')
-rw-r--r--src/emacs.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/emacs.c b/src/emacs.c
index 0f96716fb38..ccc0dd269f4 100644
--- a/src/emacs.c
+++ b/src/emacs.c
@@ -1365,7 +1365,7 @@ main (int argc, char **argv)
1365 related to the GUI system, like -font, -geometry, and -title, and 1365 related to the GUI system, like -font, -geometry, and -title, and
1366 then processes the rest of arguments whose priority is below 1366 then processes the rest of arguments whose priority is below
1367 those that are related to the GUI system. The arguments 1367 those that are related to the GUI system. The arguments
1368 porcessed by 'command-line' are removed from 'command-line-args'; 1368 processed by 'command-line' are removed from 'command-line-args';
1369 the arguments processed by 'command-line-1' aren't, they are only 1369 the arguments processed by 'command-line-1' aren't, they are only
1370 removed from 'command-line-args-left'. 1370 removed from 'command-line-args-left'.
1371 1371