emacs-diffs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Emacs-diffs] master b952385: Revert "Fix typo in add-hook doc string"


From: Aurélien Aptel
Subject: [Emacs-diffs] master b952385: Revert "Fix typo in add-hook doc string"
Date: Thu, 7 Feb 2019 03:57:34 -0500 (EST)

branch: master
commit b9523857697410d55ffa50316108604a978c1d46
Author: Aurelien Aptel <address@hidden>
Commit: Aurelien Aptel <address@hidden>

    Revert "Fix typo in add-hook doc string"
    
    This reverts commit 7fd2ad755e7fa599697648ac4c971e834de75bf3.
---
 lisp/subr.el | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/lisp/subr.el b/lisp/subr.el
index 0918b62..122a0d8 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 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.
 



reply via email to

[Prev in Thread] Current Thread [Next in Thread]