]> git.eshelyaron.com Git - emacs.git/commitdiff
; Fix a typo in a doc string
authorEli Zaretskii <eliz@gnu.org>
Sat, 2 Oct 2021 12:57:51 +0000 (15:57 +0300)
committerEli Zaretskii <eliz@gnu.org>
Sat, 2 Oct 2021 12:57:51 +0000 (15:57 +0300)
* lisp/files.el (hack-local-variables--find-variables): Fix typo
in the doc string.

lisp/files.el

index 05875b48e394d34846f7658ede8c27d8e182185f..19b88e6621d9b4d554a017544cca897654431644 100644 (file)
@@ -3896,7 +3896,7 @@ inhibited."
           (hack-local-variables-apply))))))
 
 (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
 variables.  If HANDLE-MODE is neither nil nor t, we do the same,
 except that any settings of `mode' are ignored.