mirror of
git://git.sv.gnu.org/emacs.git
synced 2026-02-22 12:57:34 +00:00
(make-local-hook): Docstring fix.
This commit is contained in:
parent
9f299ecba0
commit
c344cf32d5
1 changed files with 3 additions and 0 deletions
|
|
@ -672,6 +672,9 @@ Please convert your programs to use the variable `baud-rate' directly."
|
|||
"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
|
||||
|
|
|
|||
Loading…
Reference in a new issue