diff options
Diffstat (limited to 'doc/lispref/os.texi')
-rw-r--r-- | doc/lispref/os.texi | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/lispref/os.texi b/doc/lispref/os.texi index af646ce40f4..59c269a3084 100644 --- a/doc/lispref/os.texi +++ b/doc/lispref/os.texi @@ -222,7 +222,7 @@ If it is @code{t}, it selects the @file{*scratch*} buffer. @c called from two places. If displaying a startup screen, they are @c called in command-line-1 before the startup screen is shown. @c inhibit-startup-hooks is then set and window-setup-hook set to nil. -@c If not displaying a startup screen, they are are called in +@c If not displaying a startup screen, they are called in @c normal-top-level. @c FIXME? So it seems they can be called before or after the @c daemon/session restore step? |