From: Aurelien Aptel Date: Wed, 6 Feb 2019 16:44:51 +0000 (+0100) Subject: Fix typo in add-hook doc string X-Git-Tag: emacs-27.0.90~3662 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=7fd2ad755e7fa599697648ac4c971e834de75bf3;p=emacs.git Fix typo in add-hook doc string * lisp/subr.el (add-hook): fix typo in doc string. --- diff --git a/lisp/subr.el b/lisp/subr.el index 122a0d8da4c..0918b62387f 100644 --- a/lisp/subr.el +++ b/lisp/subr.el @@ -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 t a member of the +This makes the hook buffer-local, and it makes it 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.