(x-handle-display): Add doc string.

This commit is contained in:
Richard M. Stallman
2006-07-09 02:02:57 +00:00
parent b50b95ce64
commit e50f1c1a82

View File

@@ -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.