diff options
author | Stefan Monnier <monnier@iro.umontreal.ca> | 2002-06-23 22:15:43 +0000 |
---|---|---|
committer | Stefan Monnier <monnier@iro.umontreal.ca> | 2002-06-23 22:15:43 +0000 |
commit | f2aa473a2cf664b9f2bebd902c123d1686b17769 (patch) | |
tree | 95a279fcc1942355d9142f496bf8fc3ff4dd284c /man/custom.texi | |
parent | 5ef6a86d2e2b7ca23df53f216b50af87afafe6ef (diff) | |
download | emacs-f2aa473a2cf664b9f2bebd902c123d1686b17769.tar.gz |
*** empty log message ***
Diffstat (limited to 'man/custom.texi')
-rw-r--r-- | man/custom.texi | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/man/custom.texi b/man/custom.texi index ab4d9bae5ee..bbd474d7ba6 100644 --- a/man/custom.texi +++ b/man/custom.texi @@ -744,7 +744,7 @@ in @samp{-hooks} or @samp{-functions}, instead of @samp{-hook}. What makes these hooks abnormal is that there is something peculiar about the way its functions are called---perhaps they are given arguments, or perhaps the values they return are used in some way. For example, -@code{find-file-not-found-hooks} (@pxref{Visiting}) is abnormal because +@code{find-file-not-found-functions} (@pxref{Visiting}) is abnormal because as soon as one hook function returns a non-@code{nil} value, the rest are not called at all. The documentation of each abnormal hook variable explains in detail what is peculiar about it. |