diff options
author | Chong Yidong <cyd@stupidchicken.com> | 2008-12-20 21:15:47 +0000 |
---|---|---|
committer | Chong Yidong <cyd@stupidchicken.com> | 2008-12-20 21:15:47 +0000 |
commit | ce704dba862ff952360df8ffdaee232f7ba5c6dc (patch) | |
tree | b6ed3557b38dd90ff1e02d47777dd258aa8d6f28 /lisp | |
parent | 213ac75ab8a2bd403cce3152021a048eedb948c3 (diff) | |
download | emacs-ce704dba862ff952360df8ffdaee232f7ba5c6dc.tar.gz |
Update comment.
Diffstat (limited to 'lisp')
-rw-r--r-- | lisp/term/x-win.el | 9 |
1 files changed, 4 insertions, 5 deletions
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 |