diff options
Diffstat (limited to 'doc/lispref/os.texi')
-rw-r--r-- | doc/lispref/os.texi | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/doc/lispref/os.texi b/doc/lispref/os.texi index 3be7036f637..7c8b35236cd 100644 --- a/doc/lispref/os.texi +++ b/doc/lispref/os.texi @@ -182,7 +182,9 @@ is over, and, together with @code{before-init-time}, provides the measurement of how long it took. @item -It runs the normal hook @code{after-init-hook}. +It runs the normal hooks @code{after-init-hook} and +@code{delayed-warnings-hook}. The latter shows any warnings emitted +during previous stages of startup, which are automatically delayed. @item If the buffer @file{*scratch*} exists and is still in Fundamental mode |