diff lisp/subr.el @ 33707:2b9847c18f31

(make-local-hook): Docstring fix.
author Stefan Monnier <monnier@iro.umontreal.ca>
date Tue, 21 Nov 2000 21:35:38 +0000
parents 6bf2ae19e286
children 233f6f81744b
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