From: Chong Yidong Date: Sat, 20 Dec 2008 21:15:47 +0000 (+0000) Subject: Update comment. X-Git-Tag: emacs-pretest-23.0.90~931 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=2e34dc8bd6d50ef5faedd4e9fc3fd58f52bdb91c;p=emacs.git Update comment. --- diff --git a/lisp/term/x-win.el b/lisp/term/x-win.el index 694e51c6a17..d5bedc932fa 100644 --- a/lisp/term/x-win.el +++ b/lisp/term/x-win.el @@ -27,11 +27,10 @@ ;; system and process X-specific command line parameters before ;; creating the first X frame. -;; Note that contrary to previous Emacs versions, the act of loading -;; this file should not have the side effect of initializing the -;; window system or processing command line arguments (this file is -;; now loaded in loadup.el). See the variables -;; `handle-args-function-alist' and +;; Beginning in Emacs 23, the act of loading this file should not have +;; the side effect of initializing the window system or processing +;; command line arguments (this file is now loaded in loadup.el). See +;; the variables `handle-args-function-alist' and ;; `window-system-initialization-alist' for more details. ;; startup.el will then examine startup files, and eventually call the hooks