comparison lisp/startup.el @ 40562:1e181d033e29

Document command line option --no-window-system instead of --no-windows.
author Pavel Janík <Pavel@Janik.cz>
date Wed, 31 Oct 2001 14:50:02 +0000
parents ccd5c473ddcf
children 1c821a940597
comparison
equal deleted inserted replaced
40561:ec17075b77aa 40562:1e181d033e29
54 ;; -d DISPNAME Use DISPNAME as the name of the X 54 ;; -d DISPNAME Use DISPNAME as the name of the X
55 ;; -display DISPNAME display for the initial frame. 55 ;; -display DISPNAME display for the initial frame.
56 ;; --display DISPNAME This option is handled by emacs.c 56 ;; --display DISPNAME This option is handled by emacs.c
57 ;; ------------------------- 57 ;; -------------------------
58 ;; -nw Do not use a windows system (but use the 58 ;; -nw Do not use a windows system (but use the
59 ;; --no-windows terminal instead.) 59 ;; --no-window-system terminal instead.)
60 ;; This option is handled by emacs.c 60 ;; This option is handled by emacs.c
61 ;; ------------------------- 61 ;; -------------------------
62 ;; -batch Execute noninteractively (messages go to stdout, 62 ;; -batch Execute noninteractively (messages go to stdout,
63 ;; --batch variable noninteractive set to t) 63 ;; --batch variable noninteractive set to t)
64 ;; This option is handled by emacs.c 64 ;; This option is handled by emacs.c