aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--lisp/subr.el3
1 files changed, 3 insertions, 0 deletions
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."
672 "Make the hook HOOK local to the current buffer. 672 "Make the hook HOOK local to the current buffer.
673The return value is HOOK. 673The return value is HOOK.
674 674
675You never need to call this function now that `add-hook' does it for you
676if its LOCAL argument is non-nil.
677
675When a hook is local, its local and global values 678When a hook is local, its local and global values
676work in concert: running the hook actually runs all the hook 679work in concert: running the hook actually runs all the hook
677functions listed in *either* the local value *or* the global value 680functions listed in *either* the local value *or* the global value