diff options
| author | Eli Zaretskii | 2002-01-14 13:47:56 +0000 |
|---|---|---|
| committer | Eli Zaretskii | 2002-01-14 13:47:56 +0000 |
| commit | d20e1b1e77e5d0462d0c9773bb54f9fa6facd471 (patch) | |
| tree | 475285d916b8cc57c77564ec73d6c80b966bb9e8 /src | |
| parent | 94674d18e6ff1ec007bd0d0bbfce2d6584d25d0b (diff) | |
| download | emacs-d20e1b1e77e5d0462d0c9773bb54f9fa6facd471.tar.gz emacs-d20e1b1e77e5d0462d0c9773bb54f9fa6facd471.zip | |
(USAGE2): Add the --color option.
(standard_args): Ditto.
Diffstat (limited to 'src')
| -rw-r--r-- | src/emacs.c | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/src/emacs.c b/src/emacs.c index c38bb302a6e..eeb9002fe3c 100644 --- a/src/emacs.c +++ b/src/emacs.c | |||
| @@ -263,6 +263,10 @@ Display options:\n\ | |||
| 263 | --background-color, -bg COLOR window background color\n\ | 263 | --background-color, -bg COLOR window background color\n\ |
| 264 | --border-color, -bd COLOR main border color\n\ | 264 | --border-color, -bd COLOR main border color\n\ |
| 265 | --border-width, -bw WIDTH width of main border\n\ | 265 | --border-width, -bw WIDTH width of main border\n\ |
| 266 | --color=MODE color mode for character terminals;\n\ | ||
| 267 | MODE defaults to `auto', and can also\n\ | ||
| 268 | be `never', `auto', `always',\n\ | ||
| 269 | or a mode name like `ansi8'\n\ | ||
| 266 | --cursor-color, -cr COLOR color of the Emacs cursor indicating point\n\ | 270 | --cursor-color, -cr COLOR color of the Emacs cursor indicating point\n\ |
| 267 | --display, -d DISPLAY use X server DISPLAY\n\ | 271 | --display, -d DISPLAY use X server DISPLAY\n\ |
| 268 | --font, -fn FONT default font; must be fixed-width\n\ | 272 | --font, -fn FONT default font; must be fixed-width\n\ |
| @@ -1677,6 +1681,7 @@ struct standard_args standard_args[] = | |||
| 1677 | { "-reverse", 0, 5, 0 }, | 1681 | { "-reverse", 0, 5, 0 }, |
| 1678 | { "-hb", "--horizontal-scroll-bars", 5, 0 }, | 1682 | { "-hb", "--horizontal-scroll-bars", 5, 0 }, |
| 1679 | { "-vb", "--vertical-scroll-bars", 5, 0 }, | 1683 | { "-vb", "--vertical-scroll-bars", 5, 0 }, |
| 1684 | { "-color", "--color", 5, 0}, | ||
| 1680 | /* These have the same priority as ordinary file name args, | 1685 | /* These have the same priority as ordinary file name args, |
| 1681 | so they are not reordered with respect to those. */ | 1686 | so they are not reordered with respect to those. */ |
| 1682 | { "-L", "--directory", 0, 1 }, | 1687 | { "-L", "--directory", 0, 1 }, |