diff options
Diffstat (limited to 'doc/lispref/loading.texi')
| -rw-r--r-- | doc/lispref/loading.texi | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/doc/lispref/loading.texi b/doc/lispref/loading.texi index aa243185359..77a31cfde7a 100644 --- a/doc/lispref/loading.texi +++ b/doc/lispref/loading.texi | |||
| @@ -897,8 +897,8 @@ It then restores any autoloads formerly associated with those symbols. | |||
| 897 | 897 | ||
| 898 | Before restoring the previous definitions, @code{unload-feature} runs | 898 | Before restoring the previous definitions, @code{unload-feature} runs |
| 899 | @code{remove-hook} to remove functions in the library from certain | 899 | @code{remove-hook} to remove functions in the library from certain |
| 900 | hooks. These hooks include variables whose names end in @samp{hook} | 900 | hooks. These hooks include variables whose names end in @samp{-hook} |
| 901 | or @samp{-hooks}, plus those listed in | 901 | (or the deprecated suffix @samp{-hooks}), plus those listed in |
| 902 | @code{unload-feature-special-hooks}, as well as | 902 | @code{unload-feature-special-hooks}, as well as |
| 903 | @code{auto-mode-alist}. This is to prevent Emacs from ceasing to | 903 | @code{auto-mode-alist}. This is to prevent Emacs from ceasing to |
| 904 | function because important hooks refer to functions that are no longer | 904 | function because important hooks refer to functions that are no longer |