Mercurial > emacs
changeset 71690:66dc48c8d1c8
(x-display-name): Fix typo.
author | Romain Francoise <romain@orebokech.com> |
---|---|
date | Sat, 08 Jul 2006 16:31:42 +0000 |
parents | 54406c9c2d06 |
children | 8f15eeef57c8 |
files | lisp/ChangeLog lisp/term/x-win.el |
diffstat | 2 files changed, 5 insertions(+), 1 deletions(-) [+] |
line wrap: on
line diff
--- a/lisp/ChangeLog Sat Jul 08 16:18:51 2006 +0000 +++ b/lisp/ChangeLog Sat Jul 08 16:31:42 2006 +0000 @@ -1,3 +1,7 @@ +2006-07-08 Romain Francoise <romain@orebokech.com> + + * term/x-win.el (x-display-name): Fix typo. + 2006-07-08 Eli Zaretskii <eliz@gnu.org> * hexl.el (hexl-find-file): Doc fix.
--- a/lisp/term/x-win.el Sat Jul 08 16:18:51 2006 +0000 +++ b/lisp/term/x-win.el Sat Jul 08 16:31:42 2006 +0000 @@ -184,7 +184,7 @@ (defvar x-display-name nil "The name of the X display on which Emacs was started. -For the X display name of individual frames, see the`display' +For the X display name of individual frames, see the `display' frame parameter.") (defun x-handle-display (switch)