diff options
author | Richard M. Stallman <rms@gnu.org> | 2006-07-09 02:02:57 +0000 |
---|---|---|
committer | Richard M. Stallman <rms@gnu.org> | 2006-07-09 02:02:57 +0000 |
commit | e50f1c1a82da8ebcf62a9112fee0f0c48afbc3a6 (patch) | |
tree | cf58d6ad77ff3a2ba2f83916b9af4bd2a1eace61 /lisp/term | |
parent | b50b95ce642cfdc9f43c4fc0c0e23699a20e6bbd (diff) | |
download | emacs-e50f1c1a82da8ebcf62a9112fee0f0c48afbc3a6.tar.gz |
(x-handle-display): Add doc string.
Diffstat (limited to 'lisp/term')
-rw-r--r-- | lisp/term/x-win.el | 1 |
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. |