changeset 18950:b8d11c38bff9

(main): Make --help msg end in newline.
author Richard M. Stallman <rms@gnu.org>
date Thu, 24 Jul 1997 18:18:49 +0000
parents eff111be9c5b
children a1041ace6786
files src/emacs.c
diffstat 1 files changed, 1 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- 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);
     }