diff options
| author | Richard M. Stallman | 1997-07-24 18:18:49 +0000 |
|---|---|---|
| committer | Richard M. Stallman | 1997-07-24 18:18:49 +0000 |
| commit | 8a7a340773581db68d3dcd7662208bfc213a610d (patch) | |
| tree | 8620ce622b1fb9ee5aca194fb4a3a6a4830f213b /src | |
| parent | a2b804280bc7489fe301a080559109fb443c556d (diff) | |
| download | emacs-8a7a340773581db68d3dcd7662208bfc213a610d.tar.gz emacs-8a7a340773581db68d3dcd7662208bfc213a610d.zip | |
(main): Make --help msg end in newline.
Diffstat (limited to 'src')
| -rw-r--r-- | src/emacs.c | 2 |
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\ |
| 707 | Report bugs to bug-gnu-emacs@prep.ai.mit.edu. First, please see\n\ | 707 | Report bugs to bug-gnu-emacs@prep.ai.mit.edu. First, please see\n\ |
| 708 | the Bugs section of the Emacs manual or the file BUGS.", argv[0]); | 708 | the Bugs section of the Emacs manual or the file BUGS.\n", argv[0]); |
| 709 | exit (0); | 709 | exit (0); |
| 710 | } | 710 | } |
| 711 | 711 | ||