diff options
author | Jim Blandy <jimb@redhat.com> | 1992-07-15 03:24:58 +0000 |
---|---|---|
committer | Jim Blandy <jimb@redhat.com> | 1992-07-15 03:24:58 +0000 |
commit | 0cc89026beff8f9f7b136f4464934675fe50cfcd (patch) | |
tree | bac0be283b70cdaec9095daaeae1e3fd291c56af /lisp/startup.el | |
parent | f98955eaaa3d2c459b373a7b4c5d1176a18687d9 (diff) | |
download | emacs-0cc89026beff8f9f7b136f4464934675fe50cfcd.tar.gz |
*** empty log message ***
Diffstat (limited to 'lisp/startup.el')
-rw-r--r-- | lisp/startup.el | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lisp/startup.el b/lisp/startup.el index 8437a98e683..43d3e3c2eea 100644 --- a/lisp/startup.el +++ b/lisp/startup.el @@ -76,7 +76,7 @@ altering command-line-args-left to remove them.") (defvar before-init-hook nil "Functions to call after handling urgent options but before loading init file. -The screen system uses this to open screens to display messages while +The frame system uses this to open frames to display messages while Emacs loads the user's initialization file.") (defvar after-init-hook nil |