diff options
Diffstat (limited to 'lisp/term')
| -rw-r--r-- | lisp/term/x-win.el | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lisp/term/x-win.el b/lisp/term/x-win.el index e9ad45c4488..08141175fe0 100644 --- a/lisp/term/x-win.el +++ b/lisp/term/x-win.el | |||
| @@ -205,7 +205,7 @@ | |||
| 205 | This is done before the user's startup file is loaded. They are copied to | 205 | This is done before the user's startup file is loaded. They are copied to |
| 206 | x-invocation args from which the X-related things are extracted, first | 206 | x-invocation args from which the X-related things are extracted, first |
| 207 | the switch (e.g., \"-fg\") in the following code, and possible values | 207 | the switch (e.g., \"-fg\") in the following code, and possible values |
| 208 | (e.g., \"black\") in the option handler code (e.g., x-handle-switch). | 208 | \(e.g., \"black\") in the option handler code (e.g., x-handle-switch). |
| 209 | This returns ARGS with the arguments that have been processed removed." | 209 | This returns ARGS with the arguments that have been processed removed." |
| 210 | (setq x-invocation-args args | 210 | (setq x-invocation-args args |
| 211 | args nil) | 211 | args nil) |