comparison 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
comparison
equal deleted inserted replaced
45978:a8fbafaa31ad 45979:87962bf716e3
742 There are also a few @dfn{abnormal hooks}. These variables' names end 742 There are also a few @dfn{abnormal hooks}. These variables' names end
743 in @samp{-hooks} or @samp{-functions}, instead of @samp{-hook}. What 743 in @samp{-hooks} or @samp{-functions}, instead of @samp{-hook}. What
744 makes these hooks abnormal is that there is something peculiar about the 744 makes these hooks abnormal is that there is something peculiar about the
745 way its functions are called---perhaps they are given arguments, or 745 way its functions are called---perhaps they are given arguments, or
746 perhaps the values they return are used in some way. For example, 746 perhaps the values they return are used in some way. For example,
747 @code{find-file-not-found-hooks} (@pxref{Visiting}) is abnormal because 747 @code{find-file-not-found-functions} (@pxref{Visiting}) is abnormal because
748 as soon as one hook function returns a non-@code{nil} value, the rest 748 as soon as one hook function returns a non-@code{nil} value, the rest
749 are not called at all. The documentation of each abnormal hook variable 749 are not called at all. The documentation of each abnormal hook variable
750 explains in detail what is peculiar about it. 750 explains in detail what is peculiar about it.
751 751
752 The recommended way to add a hook function to a hook (either normal or 752 The recommended way to add a hook function to a hook (either normal or