aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorStefan Monnier2000-11-21 21:35:38 +0000
committerStefan Monnier2000-11-21 21:35:38 +0000
commitc344cf32d5529c14a5bb15095bfbeb7680abe306 (patch)
tree25982fd0b8c02a57f2966e44e37356c2e59eb7aa
parent9f299ecba0435faccf359b47dfea78516d8be275 (diff)
downloademacs-c344cf32d5529c14a5bb15095bfbeb7680abe306.tar.gz
emacs-c344cf32d5529c14a5bb15095bfbeb7680abe306.zip
(make-local-hook): Docstring fix.
-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