]> git.eshelyaron.com Git - emacs.git/commitdiff
Update comment.
authorChong Yidong <cyd@stupidchicken.com>
Sat, 20 Dec 2008 21:15:47 +0000 (21:15 +0000)
committerChong Yidong <cyd@stupidchicken.com>
Sat, 20 Dec 2008 21:15:47 +0000 (21:15 +0000)
lisp/term/x-win.el

index 694e51c6a17c2ce809039b3194eb60e47fbd84e8..d5bedc932fa563d63ee400fcfcd9d94a84fd519b 100644 (file)
 ;; 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