summaryrefslogtreecommitdiff
path: root/lisp/term
diff options
context:
space:
mode:
authorRichard M. Stallman <rms@gnu.org>1994-05-22 22:14:17 +0000
committerRichard M. Stallman <rms@gnu.org>1994-05-22 22:14:17 +0000
commit1df29e8af5d14be2135e87aa878cc198bb162259 (patch)
tree0f02de21f2d895b28bb2ad5fef2f1a36a19f0182 /lisp/term
parente10879329397dae74ea5707063d0b24dca7559aa (diff)
downloademacs-1df29e8af5d14be2135e87aa878cc198bb162259.tar.gz
Doc fix.
Diffstat (limited to 'lisp/term')
-rw-r--r--lisp/term/x-win.el2
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 @@
This is done before the user's startup file is loaded. They are copied to
x-invocation args from which the X-related things are extracted, first
the switch (e.g., \"-fg\") in the following code, and possible values
-(e.g., \"black\") in the option handler code (e.g., x-handle-switch).
+\(e.g., \"black\") in the option handler code (e.g., x-handle-switch).
This returns ARGS with the arguments that have been processed removed."
(setq x-invocation-args args
args nil)