diff options
| author | Eli Zaretskii | 2006-12-15 16:35:43 +0000 |
|---|---|---|
| committer | Eli Zaretskii | 2006-12-15 16:35:43 +0000 |
| commit | ced748496ee0bf6c64cd6b51af260f08d8daeca9 (patch) | |
| tree | 0ddfcf26a8460f066eea73fbee8b76d9d5a9adfb | |
| parent | 6687ffc7be95eba9d7c25f51c1f7eb685ab54e16 (diff) | |
| download | emacs-ced748496ee0bf6c64cd6b51af260f08d8daeca9.tar.gz emacs-ced748496ee0bf6c64cd6b51af260f08d8daeca9.zip | |
(USAGE3): Clarify documentation of --color.
| -rw-r--r-- | src/emacs.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/emacs.c b/src/emacs.c index ded746fa16e..352b22ca943 100644 --- a/src/emacs.c +++ b/src/emacs.c | |||
| @@ -303,7 +303,7 @@ Display options:\n\ | |||
| 303 | used for debugging Emacs\n\ | 303 | used for debugging Emacs\n\ |
| 304 | --border-color, -bd COLOR main border color\n\ | 304 | --border-color, -bd COLOR main border color\n\ |
| 305 | --border-width, -bw WIDTH width of main border\n\ | 305 | --border-width, -bw WIDTH width of main border\n\ |
| 306 | --color, --color=MODE color mode for character terminals;\n\ | 306 | --color, --color=MODE override color mode for character terminals;\n\ |
| 307 | MODE defaults to `auto', and can also\n\ | 307 | MODE defaults to `auto', and can also\n\ |
| 308 | be `never', `auto', `always',\n\ | 308 | be `never', `auto', `always',\n\ |
| 309 | or a mode name like `ansi8'\n\ | 309 | or a mode name like `ansi8'\n\ |