diff options
| -rw-r--r-- | lisp/startup.el | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/lisp/startup.el b/lisp/startup.el index e997eaea72f..cd07db9136c 100644 --- a/lisp/startup.el +++ b/lisp/startup.el | |||
| @@ -50,7 +50,7 @@ | |||
| 50 | ;; --terminal FILE Using this implies "-nw" also. | 50 | ;; --terminal FILE Using this implies "-nw" also. |
| 51 | ;; This option is handled by emacs.c | 51 | ;; This option is handled by emacs.c |
| 52 | ;; ------------------------- | 52 | ;; ------------------------- |
| 53 | ;; -d DISPNAME Use DISPNAME as the name of the X-windows | 53 | ;; -d DISPNAME Use DISPNAME as the name of the X |
| 54 | ;; -display DISPNAME display for the initial frame. | 54 | ;; -display DISPNAME display for the initial frame. |
| 55 | ;; --display DISPNAME This option is handled by emacs.c | 55 | ;; --display DISPNAME This option is handled by emacs.c |
| 56 | ;; ------------------------- | 56 | ;; ------------------------- |
| @@ -77,13 +77,13 @@ | |||
| 77 | ;; --debug-init debugger run. | 77 | ;; --debug-init debugger run. |
| 78 | ;; ------------------------- | 78 | ;; ------------------------- |
| 79 | ;; -i ICONTYPE Set type of icon using when Emacs is | 79 | ;; -i ICONTYPE Set type of icon using when Emacs is |
| 80 | ;; -itype ICONTYPE iconified under X-windows. | 80 | ;; -itype ICONTYPE iconified under X. |
| 81 | ;; --icon-type ICONTYPE This option is passed on to term/x-win.el | 81 | ;; --icon-type ICONTYPE This option is passed on to term/x-win.el |
| 82 | ;; | 82 | ;; |
| 83 | ;; -iconic Start Emacs iconified under X-windows. | 83 | ;; -iconic Start Emacs iconified. |
| 84 | ;; --iconic This option is passed on to term/x-win.el | 84 | ;; --iconic This option is passed on to term/x-win.el |
| 85 | ;; ------------------------- | 85 | ;; ------------------------- |
| 86 | ;; Various X-windows options for colors/fonts/geometry/title etc. | 86 | ;; Various X options for colors/fonts/geometry/title etc. |
| 87 | ;; These options are passed on to term/x-win.el which see. Certain | 87 | ;; These options are passed on to term/x-win.el which see. Certain |
| 88 | ;; of these are also found in term/pc-win.el | 88 | ;; of these are also found in term/pc-win.el |
| 89 | ;; ------------------------- | 89 | ;; ------------------------- |