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