]> git.eshelyaron.com Git - emacs.git/commitdiff
Fix typo in add-hook doc string
authorAurelien Aptel <aaptel@suse.com>
Wed, 6 Feb 2019 16:44:51 +0000 (17:44 +0100)
committerAurelien Aptel <aaptel@suse.com>
Wed, 6 Feb 2019 16:48:29 +0000 (17:48 +0100)
* lisp/subr.el (add-hook): fix typo in doc string.

lisp/subr.el

index 122a0d8da4cd6d596ad12aad734280dd1bdae062..0918b62387f4685ac048306c35e9f995a9e34357 100644 (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 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.