]> git.eshelyaron.com Git - emacs.git/commitdiff
(main): Make --help msg end in newline.
authorRichard M. Stallman <rms@gnu.org>
Thu, 24 Jul 1997 18:18:49 +0000 (18:18 +0000)
committerRichard M. Stallman <rms@gnu.org>
Thu, 24 Jul 1997 18:18:49 +0000 (18:18 +0000)
src/emacs.c

index bf701f8666ccdd9cfd6e9fdcb9f7d82420df3865..bf654fe76123d37ff35488694c90203095b1a84e 100644 (file)
@@ -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 bug-gnu-emacs@prep.ai.mit.edu.  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);
     }