# HG changeset patch # User Stefan Monnier # Date 974842538 0 # Node ID 2b9847c18f313e3fc20bfa2047a18e61428ae0d6 # Parent 8c460ceb4916dd44c17c6e4152b9a0e5047a3c58 (make-local-hook): Docstring fix. diff -r 8c460ceb4916 -r 2b9847c18f31 lisp/subr.el --- a/lisp/subr.el Tue Nov 21 21:33:45 2000 +0000 +++ b/lisp/subr.el Tue Nov 21 21:35:38 2000 +0000 @@ -672,6 +672,9 @@ "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