1
0
mirror of https://git.savannah.gnu.org/git/emacs.git synced 2024-11-22 07:09:54 +00:00

entered into RCS

This commit is contained in:
Richard M. Stallman 1994-09-21 05:36:21 +00:00
parent aa09b5ca24
commit a8a642a45c

View File

@ -1382,6 +1382,7 @@ function goes at the end of the hook list and will be executed last.
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 @@ If you make a hook variable buffer-local, copy its value before you use
Otherwise you may accidentally alter the list structure that forms part
of the global value of the hook variable.
@end ignore