diff options
| author | Aurelien Aptel | 2019-02-06 17:44:51 +0100 |
|---|---|---|
| committer | Aurelien Aptel | 2019-02-06 17:48:29 +0100 |
| commit | 7fd2ad755e7fa599697648ac4c971e834de75bf3 (patch) | |
| tree | 23bf74f229fcf13a46bd72b20a13ab82b55ee428 | |
| parent | b7b0cc709e6e9d3f267c471a97f58f29cc38da43 (diff) | |
| download | emacs-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.el | 2 |
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 | ||
| 1556 | The optional fourth argument, LOCAL, if non-nil, says to modify | 1556 | The optional fourth argument, LOCAL, if non-nil, says to modify |
| 1557 | the hook's buffer-local value rather than its global value. | 1557 | the hook's buffer-local value rather than its global value. |
| 1558 | This makes the hook buffer-local, and it makes t a member of the | 1558 | This makes the hook buffer-local, and it makes it a member of the |
| 1559 | buffer-local value. That acts as a flag to run the hook | 1559 | buffer-local value. That acts as a flag to run the hook |
| 1560 | functions of the global value as well as in the local value. | 1560 | functions of the global value as well as in the local value. |
| 1561 | 1561 | ||