From: Romain Francoise Date: Sat, 8 Jul 2006 16:31:42 +0000 (+0000) Subject: (x-display-name): Fix typo. X-Git-Tag: emacs-pretest-22.0.90~1639 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=366f174136f885b6fa701505f7319b1743ab8567;p=emacs.git (x-display-name): Fix typo. --- diff --git a/lisp/ChangeLog b/lisp/ChangeLog index 87700d48756..0995999b7e2 100644 --- a/lisp/ChangeLog +++ b/lisp/ChangeLog @@ -1,3 +1,7 @@ +2006-07-08 Romain Francoise + + * term/x-win.el (x-display-name): Fix typo. + 2006-07-08 Eli Zaretskii * hexl.el (hexl-find-file): Doc fix. diff --git a/lisp/term/x-win.el b/lisp/term/x-win.el index 505987d88ff..c4331b3c778 100644 --- a/lisp/term/x-win.el +++ b/lisp/term/x-win.el @@ -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)