]> git.eshelyaron.com Git - emacs.git/commitdiff
Revert "Fix typo in add-hook doc string"
authorAurelien Aptel <aaptel@suse.com>
Thu, 7 Feb 2019 08:57:15 +0000 (09:57 +0100)
committerAurelien Aptel <aaptel@suse.com>
Thu, 7 Feb 2019 08:57:15 +0000 (09:57 +0100)
This reverts commit 7fd2ad755e7fa599697648ac4c971e834de75bf3.

lisp/subr.el

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