diff options
| author | Richard M. Stallman | 1994-09-21 05:36:21 +0000 |
|---|---|---|
| committer | Richard M. Stallman | 1994-09-21 05:36:21 +0000 |
| commit | a8a642a45c05ddff88b99ec2957abf7f4f815e66 (patch) | |
| tree | 612a67d2baa6318444ad0d7aca0ba80923eadbba | |
| parent | aa09b5ca24bcddd8590c9200e66bcde329c31b16 (diff) | |
| download | emacs-a8a642a45c05ddff88b99ec2957abf7f4f815e66.tar.gz emacs-a8a642a45c05ddff88b99ec2957abf7f4f815e66.zip | |
entered into RCS
| -rw-r--r-- | lispref/modes.texi | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/lispref/modes.texi b/lispref/modes.texi index 36c20ce8764..b0b8263200a 100644 --- a/lispref/modes.texi +++ b/lispref/modes.texi | |||
| @@ -1382,6 +1382,7 @@ function goes at the end of the hook list and will be executed last. | |||
| 1382 | This function removes @var{function} from the hook variable @var{hook}. | 1382 | This function removes @var{function} from the hook variable @var{hook}. |
| 1383 | @end defun | 1383 | @end defun |
| 1384 | 1384 | ||
| 1385 | @ignore @c Should no longer be necessary | ||
| 1385 | If you make a hook variable buffer-local, copy its value before you use | 1386 | If you make a hook variable buffer-local, copy its value before you use |
| 1386 | @code{add-hook} or @code{remove-hook} to change it. For example, | 1387 | @code{add-hook} or @code{remove-hook} to change it. For example, |
| 1387 | 1388 | ||
| @@ -1398,4 +1399,4 @@ If you make a hook variable buffer-local, copy its value before you use | |||
| 1398 | 1399 | ||
| 1399 | Otherwise you may accidentally alter the list structure that forms part | 1400 | Otherwise you may accidentally alter the list structure that forms part |
| 1400 | of the global value of the hook variable. | 1401 | of the global value of the hook variable. |
| 1401 | 1402 | @end ignore | |