1
0
mirror of https://git.savannah.gnu.org/git/emacs.git synced 2024-11-23 07:19:15 +00:00

; Fix a typo in a doc string

* lisp/files.el (hack-local-variables--find-variables): Fix typo
in the doc string.
This commit is contained in:
Eli Zaretskii 2021-10-02 15:57:51 +03:00
parent bd60fca2fa
commit 13e5943386

View File

@ -3896,7 +3896,7 @@ inhibited."
(hack-local-variables-apply)))))) (hack-local-variables-apply))))))
(defun hack-local-variables--find-variables (&optional handle-mode) (defun hack-local-variables--find-variables (&optional handle-mode)
"Return all local variables in the ucrrent buffer. "Return all local variables in the current buffer.
If HANDLE-MODE is nil, we gather all the specified local If HANDLE-MODE is nil, we gather all the specified local
variables. If HANDLE-MODE is neither nil nor t, we do the same, variables. If HANDLE-MODE is neither nil nor t, we do the same,
except that any settings of `mode' are ignored. except that any settings of `mode' are ignored.