From e50f1c1a82da8ebcf62a9112fee0f0c48afbc3a6 Mon Sep 17 00:00:00 2001 From: "Richard M. Stallman" Date: Sun, 9 Jul 2006 02:02:57 +0000 Subject: [PATCH] (x-handle-display): Add doc string. --- lisp/term/x-win.el | 1 + 1 file changed, 1 insertion(+) 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. -- 2.39.5