comparison lisp/startup.el @ 347:7c94d56991e1 r21-1-3

Import from CVS: tag r21-1-3
author cvs
date Mon, 13 Aug 2007 10:53:48 +0200
parents 341dac730539
children a4f53d9b3154
comparison
equal deleted inserted replaced
346:dd0986ffd2cf 347:7c94d56991e1
197 "Print the XEmacs usage message and exit." 197 "Print the XEmacs usage message and exit."
198 (let ((standard-output 'external-debugging-output)) 198 (let ((standard-output 'external-debugging-output))
199 (princ (concat "\n" (emacs-version) "\n\n")) 199 (princ (concat "\n" (emacs-version) "\n\n"))
200 (princ 200 (princ
201 (if (featurep 'x) 201 (if (featurep 'x)
202 (concat (emacs-name) 202 (concat "When creating a window on an X display, "
203 " accepts all standard X Toolkit command line options.\n" 203 (emacs-name)
204 "In addition, the") 204 " accepts all standard X Toolkit
205 command line options plus the following:
206 -iconname <title> Use title as the icon name.
207 -mc <color> Use color as the mouse color.
208 -cr <color> Use color as the text-cursor foregound color.
209 -private Install a private colormap.
210
211 In addition, the")
205 "The")) 212 "The"))
206 (princ " following options are accepted: 213 (princ " following options are accepted:
207
208 -t <device> Use TTY <device> instead of the terminal for input 214 -t <device> Use TTY <device> instead of the terminal for input
209 and output. This implies the -nw option. 215 and output. This implies the -nw option.
210 -nw Inhibit the use of any window-system-specific 216 -nw Inhibit the use of any window-system-specific
211 display code: use the current tty. 217 display code: use the current tty.
212 -batch Execute noninteractively (messages go to stderr). 218 -batch Execute noninteractively (messages go to stderr).