From 8a7a340773581db68d3dcd7662208bfc213a610d Mon Sep 17 00:00:00 2001 From: "Richard M. Stallman" Date: Thu, 24 Jul 1997 18:18:49 +0000 Subject: [PATCH] (main): Make --help msg end in newline. --- src/emacs.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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\ [-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); } -- 2.39.5