diff options
| author | Nick Roberts | 2005-04-28 03:01:07 +0000 |
|---|---|---|
| committer | Nick Roberts | 2005-04-28 03:01:07 +0000 |
| commit | 2ff86b4ee1bbd96e5527fdbe6bb55cca269f2f71 (patch) | |
| tree | 97cc7dcd3e9e9a914d3fb75f859482cae035bbe8 /src | |
| parent | abc7eb900345b1b4b3315f0fbbd70f8d4593e054 (diff) | |
| download | emacs-2ff86b4ee1bbd96e5527fdbe6bb55cca269f2f71.tar.gz emacs-2ff86b4ee1bbd96e5527fdbe6bb55cca269f2f71.zip | |
(USAGE1): Add --basic-display and --quick options.
Diffstat (limited to 'src')
| -rw-r--r-- | src/emacs.c | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/src/emacs.c b/src/emacs.c index b40b471d284..d2656785994 100644 --- a/src/emacs.c +++ b/src/emacs.c | |||
| @@ -264,7 +264,8 @@ Initialization options:\n\ | |||
| 264 | --no-shared-memory, -nl do not use shared memory\n\ | 264 | --no-shared-memory, -nl do not use shared memory\n\ |
| 265 | --no-site-file do not load site-start.el\n\ | 265 | --no-site-file do not load site-start.el\n\ |
| 266 | --no-splash do not display a splash screen on startup\n\ | 266 | --no-splash do not display a splash screen on startup\n\ |
| 267 | --no-window-system, -nw don't communicate with X, ignoring $DISPLAY\n\ | 267 | --no-window-system, -nw do not communicate with X, ignoring $DISPLAY\n\ |
| 268 | --quick, -Q equivalent to -q --no-site-file\n\ | ||
| 268 | --script FILE run FILE as an Emacs Lisp script\n\ | 269 | --script FILE run FILE as an Emacs Lisp script\n\ |
| 269 | --terminal, -t DEVICE use DEVICE for terminal I/O\n\ | 270 | --terminal, -t DEVICE use DEVICE for terminal I/O\n\ |
| 270 | --unibyte, --no-multibyte run Emacs in unibyte mode\n\ | 271 | --unibyte, --no-multibyte run Emacs in unibyte mode\n\ |
| @@ -294,6 +295,8 @@ FILE visit FILE using find-file\n\ | |||
| 294 | Display options:\n\ | 295 | Display options:\n\ |
| 295 | \n\ | 296 | \n\ |
| 296 | --background-color, -bg COLOR window background color\n\ | 297 | --background-color, -bg COLOR window background color\n\ |
| 298 | --basic-display, -D disable many display features;\n\ | ||
| 299 | used for debugging Emacs\n\ | ||
| 297 | --border-color, -bd COLOR main border color\n\ | 300 | --border-color, -bd COLOR main border color\n\ |
| 298 | --border-width, -bw WIDTH width of main border\n\ | 301 | --border-width, -bw WIDTH width of main border\n\ |
| 299 | --color, --color=MODE color mode for character terminals;\n\ | 302 | --color, --color=MODE color mode for character terminals;\n\ |