Mercurial > emacs
changeset 71679:d59a1ce72785
* term/x-win.el (x-display-name): Doc fix.
author | Chong Yidong <cyd@stupidchicken.com> |
---|---|
date | Sat, 08 Jul 2006 01:45:46 +0000 |
parents | dd05f4dc5c56 |
children | 9e578ef3e05c |
files | lisp/ChangeLog lisp/term/x-win.el |
diffstat | 2 files changed, 8 insertions(+), 1 deletions(-) [+] |
line wrap: on
line diff
--- a/lisp/ChangeLog Fri Jul 07 19:04:49 2006 +0000 +++ b/lisp/ChangeLog Sat Jul 08 01:45:46 2006 +0000 @@ -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
--- a/lisp/term/x-win.el Fri Jul 07 19:04:49 2006 +0000 +++ b/lisp/term/x-win.el Sat Jul 08 01:45:46 2006 +0000 @@ -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)