# HG changeset patch # User Richard M. Stallman # Date 780125781 0 # Node ID 6989a95d524710578fb8e5f183776e69abbbbcb5 # Parent d33302427a47745ac804ea53107d640cf175c1eb entered into RCS diff -r d33302427a47 -r 6989a95d5247 lispref/modes.texi --- 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