# HG changeset patch # User Richard M. Stallman # Date 804037214 0 # Node ID 31e6e313793980c88c870881e7acf356971f0dfb # Parent 832d77b36f9d7a9734f5e3def7e564d9a8440704 (main): Fix --help message. diff -r 832d77b36f9d -r 31e6e3137939 src/emacs.c --- a/src/emacs.c Sat Jun 24 18:43:39 1995 +0000 +++ b/src/emacs.c Sat Jun 24 23:40:14 1995 +0000 @@ -570,7 +570,6 @@ printf ("\ Usage: %s [-t term] [--terminal term] [-nw] [--no-windows] [--batch]\n\ [-q] [--no-init-file] [-u user] [--user user] [--debug-init]\n\ -\(Arguments above this line must be first; those below may be in any order)\n\ [-f func] [--funcall func] [-l file] [--load file] [--insert file]\n\ file-to-visit [--kill]\n", argv[0]); exit (0);