diff options
| author | Eli Zaretskii | 2021-10-02 15:57:51 +0300 |
|---|---|---|
| committer | Eli Zaretskii | 2021-10-02 15:57:51 +0300 |
| commit | 13e59433869ec3ee6b8fc5e652e237702e05bf2c (patch) | |
| tree | f74323dd261dd5dd6ba3a69508acf13ac06bb1c2 | |
| parent | bd60fca2faa03034e89df68a69255656df6512ba (diff) | |
| download | emacs-13e59433869ec3ee6b8fc5e652e237702e05bf2c.tar.gz emacs-13e59433869ec3ee6b8fc5e652e237702e05bf2c.zip | |
; Fix a typo in a doc string
* lisp/files.el (hack-local-variables--find-variables): Fix typo
in the doc string.
| -rw-r--r-- | lisp/files.el | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lisp/files.el b/lisp/files.el index 05875b48e39..19b88e6621d 100644 --- a/lisp/files.el +++ b/lisp/files.el | |||
| @@ -3896,7 +3896,7 @@ inhibited." | |||
| 3896 | (hack-local-variables-apply)))))) | 3896 | (hack-local-variables-apply)))))) |
| 3897 | 3897 | ||
| 3898 | (defun hack-local-variables--find-variables (&optional handle-mode) | 3898 | (defun hack-local-variables--find-variables (&optional handle-mode) |
| 3899 | "Return all local variables in the ucrrent buffer. | 3899 | "Return all local variables in the current buffer. |
| 3900 | If HANDLE-MODE is nil, we gather all the specified local | 3900 | If HANDLE-MODE is nil, we gather all the specified local |
| 3901 | variables. If HANDLE-MODE is neither nil nor t, we do the same, | 3901 | variables. If HANDLE-MODE is neither nil nor t, we do the same, |
| 3902 | except that any settings of `mode' are ignored. | 3902 | except that any settings of `mode' are ignored. |