]> code.delx.au - gnu-emacs/commitdiff
* term/x-win.el (x-display-name): Doc fix.
authorChong Yidong <cyd@stupidchicken.com>
Sat, 8 Jul 2006 01:45:46 +0000 (01:45 +0000)
committerChong Yidong <cyd@stupidchicken.com>
Sat, 8 Jul 2006 01:45:46 +0000 (01:45 +0000)
lisp/ChangeLog
lisp/term/x-win.el

index 5b72dc6a8c5d6c7e8e10aabbf4f92ed85198ea61..98c2d923614fdf7f8be10ecb4c1c116526b07365 100644 (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
index 494143b6fcc0c462c8bbf3b16d821ba7d42b9154..505987d88ff189eb1529d340a9244126fa70698f 100644 (file)
                                  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)