# HG changeset patch
# User Richard M. Stallman <rms@gnu.org>
# Date 869768329 0
# Node ID b8d11c38bff9281731dbf79b16ef38c04629bb49
# Parent  eff111be9c5b7b60e6787345a2cf1ef3e2dd1557
(main): Make --help msg end in newline.

diff -r eff111be9c5b -r b8d11c38bff9 src/emacs.c
--- a/src/emacs.c	Thu Jul 24 18:17:41 1997 +0000
+++ b/src/emacs.c	Thu Jul 24 18:18:49 1997 +0000
@@ -705,7 +705,7 @@
       [-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);
     }