1
0
mirror of https://git.savannah.gnu.org/git/emacs.git synced 2025-01-05 11:45:45 +00:00

* term/x-win.el (x-display-name): Doc fix.

This commit is contained in:
Chong Yidong 2006-07-08 01:45:46 +00:00
parent 55f6a28058
commit 6f6c5fb394
2 changed files with 8 additions and 1 deletions

View File

@ -1,3 +1,7 @@
2006-07-07 Chong Yidong <cyd@stupidchicken.com>
* term/x-win.el (x-display-name): Doc fix.
2006-07-07 Stefan Monnier <monnier@iro.umontreal.ca>
* textmodes/fill.el (fill-delete-prefix): Don't ignore excessively

View File

@ -182,7 +182,10 @@
initial-frame-alist)))
(defvar x-display-name nil
"The X display name specifying server and X frame.")
"The name of the X display on which Emacs was started.
For the X display name of individual frames, see the`display'
frame parameter.")
(defun x-handle-display (switch)
(setq x-display-name (car x-invocation-args)