diff options
| author | Stefan Monnier | 2000-11-21 21:35:38 +0000 |
|---|---|---|
| committer | Stefan Monnier | 2000-11-21 21:35:38 +0000 |
| commit | c344cf32d5529c14a5bb15095bfbeb7680abe306 (patch) | |
| tree | 25982fd0b8c02a57f2966e44e37356c2e59eb7aa | |
| parent | 9f299ecba0435faccf359b47dfea78516d8be275 (diff) | |
| download | emacs-c344cf32d5529c14a5bb15095bfbeb7680abe306.tar.gz emacs-c344cf32d5529c14a5bb15095bfbeb7680abe306.zip | |
(make-local-hook): Docstring fix.
| -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 |