diff man/custom.texi @ 45979:87962bf716e3

*** empty log message ***
author Stefan Monnier <monnier@iro.umontreal.ca>
date Sun, 23 Jun 2002 22:15:43 +0000
parents c00838d6756f
children 3c5d96a2d05f
line wrap: on
line diff
--- a/man/custom.texi	Sun Jun 23 22:13:15 2002 +0000
+++ b/man/custom.texi	Sun Jun 23 22:15:43 2002 +0000
@@ -744,7 +744,7 @@
 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.