Revert "Fix typo in add-hook doc string"

This reverts commit 7fd2ad755e.
This commit is contained in:
Aurelien Aptel 2019-02-07 09:57:15 +01:00
parent 94b320849e
commit b952385769

View file

@ -1555,7 +1555,7 @@ FUNCTION is added at the end.
The optional fourth argument, LOCAL, if non-nil, says to modify
the hook's buffer-local value rather than its global value.
This makes the hook buffer-local, and it makes it a member of the
This makes the hook buffer-local, and it makes t a member of the
buffer-local value. That acts as a flag to run the hook
functions of the global value as well as in the local value.