# HG changeset patch # User Richard M. Stallman # Date 1152410577 0 # Node ID 9f431e2269e4976956c287e7557b8030ad6c5357 # Parent fb14880da83eae6c1d6c09b6598c7c27e7f8d865 (x-handle-display): Add doc string. diff -r fb14880da83e -r 9f431e2269e4 lisp/term/x-win.el --- a/lisp/term/x-win.el Sun Jul 09 02:02:03 2006 +0000 +++ b/lisp/term/x-win.el Sun Jul 09 02:02:57 2006 +0000 @@ -188,6 +188,7 @@ 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.