aboutsummaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
authorRichard M. Stallman <[email protected]>1997-07-24 18:18:49 +0000
committerRichard M. Stallman <[email protected]>1997-07-24 18:18:49 +0000
commit8a7a340773581db68d3dcd7662208bfc213a610d (patch)
tree8620ce622b1fb9ee5aca194fb4a3a6a4830f213b /src
parenta2b804280bc7489fe301a080559109fb443c556d (diff)
(main): Make --help msg end in newline.
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 bf701f8666..bf654fe761 100644
--- a/src/emacs.c
+++ b/src/emacs.c
@@ -705,7 +705,7 @@ Usage: %s [-t term] [--terminal term] [-nw] [--no-windows] [--batch]\n\
[-f func] [--funcall func] [-l file] [--load file] [--insert file]\n\
[+linenum] file-to-visit [--kill]\n\
Report bugs to [email protected]. First, please see\n\
-the Bugs section of the Emacs manual or the file BUGS.", argv[0]);
+the Bugs section of the Emacs manual or the file BUGS.\n", argv[0]);
exit (0);
}