From: Dave Love Date: Wed, 29 Nov 2000 19:13:46 +0000 (+0000) Subject: add-hook change X-Git-Tag: emacs-pretest-21.0.93~368 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=ad5101a6528403bf5e1edd6252652864e2a6c60d;p=emacs.git add-hook change --- diff --git a/lispref/modes.texi b/lispref/modes.texi index 12686adac48..06a400a249a 100644 --- a/lispref/modes.texi +++ b/lispref/modes.texi @@ -2242,11 +2242,8 @@ argument @var{append} is non-@code{nil}, the new hook function goes at the end of the hook list and will be executed last. If @var{local} is non-@code{nil}, that says to make the new hook -function buffer-local in the current buffer. Before you can do this, you must -make the hook itself buffer-local by calling @code{make-local-hook} -(@strong{not} @code{make-local-variable}). If the hook itself is not -buffer-local, then the value of @var{local} makes no difference---the -hook function is always global. +function buffer-local in the current buffer and automatically calls +@code{make-local-hook} to make the hook itself buffer-local. @end defun @defun remove-hook hook function &optional local