From: Richard M. Stallman Date: Sun, 9 Jul 2006 02:02:57 +0000 (+0000) Subject: (x-handle-display): Add doc string. X-Git-Tag: emacs-pretest-22.0.90~1601 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=e50f1c1a82da8ebcf62a9112fee0f0c48afbc3a6;p=emacs.git (x-handle-display): Add doc string. --- 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.