changeset 33707:2b9847c18f31

(make-local-hook): Docstring fix.
author Stefan Monnier <monnier@iro.umontreal.ca>
date Tue, 21 Nov 2000 21:35:38 +0000
parents 8c460ceb4916
children 7c2b5397acbc
files lisp/subr.el
diffstat 1 files changed, 3 insertions(+), 0 deletions(-) [+]
line wrap: on
line diff
--- 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