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:
parent
55f6a28058
commit
6f6c5fb394
@ -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
|
||||
|
@ -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)
|
||||
|
Loading…
Reference in New Issue
Block a user