Mercurial > emacs
changeset 8960:6989a95d5247
entered into RCS
author | Richard M. Stallman <rms@gnu.org> |
---|---|
date | Wed, 21 Sep 1994 05:36:21 +0000 |
parents | d33302427a47 |
children | 940ca63c26c8 |
files | lispref/modes.texi |
diffstat | 1 files changed, 2 insertions(+), 1 deletions(-) [+] |
line wrap: on
line diff
--- a/lispref/modes.texi Wed Sep 21 05:19:43 1994 +0000 +++ b/lispref/modes.texi Wed Sep 21 05:36:21 1994 +0000 @@ -1382,6 +1382,7 @@ This function removes @var{function} from the hook variable @var{hook}. @end defun +@ignore @c Should no longer be necessary If you make a hook variable buffer-local, copy its value before you use @code{add-hook} or @code{remove-hook} to change it. For example, @@ -1398,4 +1399,4 @@ Otherwise you may accidentally alter the list structure that forms part of the global value of the hook variable. - +@end ignore