summaryrefslogtreecommitdiff
path: root/lisp/subr.el
diff options
context:
space:
mode:
authorAurelien Aptel <aaptel@suse.com>2019-02-06 17:44:51 +0100
committerAurelien Aptel <aaptel@suse.com>2019-02-06 17:48:29 +0100
commit7fd2ad755e7fa599697648ac4c971e834de75bf3 (patch)
tree23bf74f229fcf13a46bd72b20a13ab82b55ee428 /lisp/subr.el
parentb7b0cc709e6e9d3f267c471a97f58f29cc38da43 (diff)
downloademacs-7fd2ad755e7fa599697648ac4c971e834de75bf3.tar.gz
Fix typo in add-hook doc string
* lisp/subr.el (add-hook): fix typo in doc string.
Diffstat (limited to 'lisp/subr.el')
-rw-r--r--lisp/subr.el2
1 files changed, 1 insertions, 1 deletions
diff --git a/lisp/subr.el b/lisp/subr.el
index 122a0d8da4c..0918b62387f 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.