diff options
| author | Gerd Moellmann | 2000-01-31 20:09:04 +0000 |
|---|---|---|
| committer | Gerd Moellmann | 2000-01-31 20:09:04 +0000 |
| commit | 5b2ca26b820679982f3034a0a80e851a246035a2 (patch) | |
| tree | d0d30320fe7e2a1f31431eb8929be10732b63a23 /src | |
| parent | 8c887c51c1c283f6eb978a080141f2509325a4a2 (diff) | |
| download | emacs-5b2ca26b820679982f3034a0a80e851a246035a2.tar.gz emacs-5b2ca26b820679982f3034a0a80e851a246035a2.zip | |
(USAGE): Use term `display options' instead of `X
options'.
Diffstat (limited to 'src')
| -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 61572e5f61f..fcda6a6c23a 100644 --- a/src/emacs.c +++ b/src/emacs.c | |||
| @@ -240,7 +240,7 @@ FILE visit FILE using find-file\n\ | |||
| 240 | --load, -l FILE load FILE of Emacs Lisp code using the load function\n\ | 240 | --load, -l FILE load FILE of Emacs Lisp code using the load function\n\ |
| 241 | --visit FILE visit FILE\n\ | 241 | --visit FILE visit FILE\n\ |
| 242 | \n\ | 242 | \n\ |
| 243 | X window system options:\n\ | 243 | Display options:\n\ |
| 244 | \n\ | 244 | \n\ |
| 245 | --background-color, -bg COLOR window background color\n\ | 245 | --background-color, -bg COLOR window background color\n\ |
| 246 | --border-color, -bd COLOR main border color\n\ | 246 | --border-color, -bd COLOR main border color\n\ |