# HG changeset patch # User Karl Heuer # Date 905442882 0 # Node ID 457da99ff43a54417f8915b7079eb1eea2ca8b93 # Parent f16c9643567784551586fa9ae98cc5138ab964cc (main): Mention --display and --eval in help. diff -r f16c96435677 -r 457da99ff43a src/emacs.c --- a/src/emacs.c Thu Sep 10 15:47:53 1998 +0000 +++ b/src/emacs.c Thu Sep 10 15:54:42 1998 +0000 @@ -793,11 +793,12 @@ if (argmatch (argv, argc, "-help", "--help", 3, NULL, &skip_args)) { printf ("\ -Usage: %s [-t term] [--terminal term] [-nw] [--no-windows] [--batch]\n\ +Usage: %s [--batch] [-t term] [--terminal term]\n\ + [-d display] [--display display] [-nw] [--no-windows]\n\ [-q] [--no-init-file] [-u user] [--user user] [--debug-init]\n\ [--unibyte] [--multibyte] [--version] [--no-site-file]\n\ - [-f func] [--funcall func] [-l file] [--load file] [--insert file]\n\ - [+linenum] file-to-visit [--kill]\n\ + [-f func] [--funcall func] [-l file] [--load file] [--eval expr]\n\ + [--insert file] [+linenum] file-to-visit [--kill]\n\ Report bugs to bug-gnu-emacs@gnu.org. First, please see\n\ the Bugs section of the Emacs manual or the file BUGS.\n", argv[0]); exit (0);