aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorAurelien Aptel2019-02-06 17:44:51 +0100
committerAurelien Aptel2019-02-06 17:48:29 +0100
commit7fd2ad755e7fa599697648ac4c971e834de75bf3 (patch)
tree23bf74f229fcf13a46bd72b20a13ab82b55ee428
parentb7b0cc709e6e9d3f267c471a97f58f29cc38da43 (diff)
downloademacs-7fd2ad755e7fa599697648ac4c971e834de75bf3.tar.gz
emacs-7fd2ad755e7fa599697648ac4c971e834de75bf3.zip
Fix typo in add-hook doc string
* lisp/subr.el (add-hook): fix typo in doc string.
-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.
1555 1555
1556The optional fourth argument, LOCAL, if non-nil, says to modify 1556The optional fourth argument, LOCAL, if non-nil, says to modify
1557the hook's buffer-local value rather than its global value. 1557the hook's buffer-local value rather than its global value.
1558This makes the hook buffer-local, and it makes t a member of the 1558This makes the hook buffer-local, and it makes it a member of the
1559buffer-local value. That acts as a flag to run the hook 1559buffer-local value. That acts as a flag to run the hook
1560functions of the global value as well as in the local value. 1560functions of the global value as well as in the local value.
1561 1561