[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[Emacs-diffs] master 7fd2ad7: Fix typo in add-hook doc string
From: |
Aurélien Aptel |
Subject: |
[Emacs-diffs] master 7fd2ad7: Fix typo in add-hook doc string |
Date: |
Wed, 6 Feb 2019 11:49:02 -0500 (EST) |
branch: master
commit 7fd2ad755e7fa599697648ac4c971e834de75bf3
Author: Aurelien Aptel <address@hidden>
Commit: Aurelien Aptel <address@hidden>
Fix typo in add-hook doc string
* lisp/subr.el (add-hook): fix typo in doc string.
---
lisp/subr.el | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/lisp/subr.el b/lisp/subr.el
index 122a0d8..0918b62 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.
[Prev in Thread] |
Current Thread |
[Next in Thread] |
- [Emacs-diffs] master 7fd2ad7: Fix typo in add-hook doc string,
Aurélien Aptel <=