From: Stefan Monnier Date: Tue, 21 Nov 2000 21:35:38 +0000 (+0000) Subject: (make-local-hook): Docstring fix. X-Git-Tag: emacs-pretest-21.0.92~217 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=c344cf32d5529c14a5bb15095bfbeb7680abe306;p=emacs.git (make-local-hook): Docstring fix. --- diff --git a/lisp/subr.el b/lisp/subr.el index ca75c9f97a3..1c494d763eb 100644 --- a/lisp/subr.el +++ b/lisp/subr.el @@ -672,6 +672,9 @@ Please convert your programs to use the variable `baud-rate' directly." "Make the hook HOOK local to the current buffer. The return value is HOOK. +You never need to call this function now that `add-hook' does it for you +if its LOCAL argument is non-nil. + When a hook is local, its local and global values work in concert: running the hook actually runs all the hook functions listed in *either* the local value *or* the global value