summaryrefslogtreecommitdiff
path: root/lisp/term
diff options
context:
space:
mode:
authorRichard M. Stallman <rms@gnu.org>2006-07-09 02:02:57 +0000
committerRichard M. Stallman <rms@gnu.org>2006-07-09 02:02:57 +0000
commite50f1c1a82da8ebcf62a9112fee0f0c48afbc3a6 (patch)
treecf58d6ad77ff3a2ba2f83916b9af4bd2a1eace61 /lisp/term
parentb50b95ce642cfdc9f43c4fc0c0e23699a20e6bbd (diff)
downloademacs-e50f1c1a82da8ebcf62a9112fee0f0c48afbc3a6.tar.gz
(x-handle-display): Add doc string.
Diffstat (limited to 'lisp/term')
-rw-r--r--lisp/term/x-win.el1
1 files changed, 1 insertions, 0 deletions
diff --git a/lisp/term/x-win.el b/lisp/term/x-win.el
index c4331b3c778..af45c7c4270 100644
--- a/lisp/term/x-win.el
+++ b/lisp/term/x-win.el
@@ -188,6 +188,7 @@ For the X display name of individual frames, see the `display'
frame parameter.")
(defun x-handle-display (switch)
+ "Handle -display DISPLAY option."
(setq x-display-name (car x-invocation-args)
x-invocation-args (cdr x-invocation-args))
;; Make subshell programs see the same DISPLAY value Emacs really uses.