projects
/
emacs.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
94b3208
)
Revert "Fix typo in add-hook doc string"
author
Aurelien Aptel
<aaptel@suse.com>
Thu, 7 Feb 2019 08:57:15 +0000
(09:57 +0100)
committer
Aurelien Aptel
<aaptel@suse.com>
Thu, 7 Feb 2019 08:57:15 +0000
(09:57 +0100)
This reverts commit
7fd2ad755e7fa599697648ac4c971e834de75bf3
.
lisp/subr.el
patch
|
blob
|
history
diff --git
a/lisp/subr.el
b/lisp/subr.el
index 0918b62387f4685ac048306c35e9f995a9e34357..122a0d8da4cd6d596ad12aad734280dd1bdae062 100644
(file)
--- 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
i
t 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.