aboutsummaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
authorRichard M. Stallman1997-07-24 18:18:49 +0000
committerRichard M. Stallman1997-07-24 18:18:49 +0000
commit8a7a340773581db68d3dcd7662208bfc213a610d (patch)
tree8620ce622b1fb9ee5aca194fb4a3a6a4830f213b /src
parenta2b804280bc7489fe301a080559109fb443c556d (diff)
downloademacs-8a7a340773581db68d3dcd7662208bfc213a610d.tar.gz
emacs-8a7a340773581db68d3dcd7662208bfc213a610d.zip
(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 bf701f8666c..bf654fe7612 100644
--- a/src/emacs.c
+++ b/src/emacs.c
@@ -705,7 +705,7 @@ Usage: %s [-t term] [--terminal term] [-nw] [--no-windows] [--batch]\n\
705 [-f func] [--funcall func] [-l file] [--load file] [--insert file]\n\ 705 [-f func] [--funcall func] [-l file] [--load file] [--insert file]\n\
706 [+linenum] file-to-visit [--kill]\n\ 706 [+linenum] file-to-visit [--kill]\n\
707Report bugs to bug-gnu-emacs@prep.ai.mit.edu. First, please see\n\ 707Report bugs to bug-gnu-emacs@prep.ai.mit.edu. First, please see\n\
708the Bugs section of the Emacs manual or the file BUGS.", argv[0]); 708the Bugs section of the Emacs manual or the file BUGS.\n", argv[0]);
709 exit (0); 709 exit (0);
710 } 710 }
711 711