emacs-diffs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

emacs-28 13e5943: ; Fix a typo in a doc string


From: Eli Zaretskii
Subject: emacs-28 13e5943: ; Fix a typo in a doc string
Date: Sat, 2 Oct 2021 08:58:38 -0400 (EDT)

branch: emacs-28
commit 13e59433869ec3ee6b8fc5e652e237702e05bf2c
Author: Eli Zaretskii <eliz@gnu.org>
Commit: Eli Zaretskii <eliz@gnu.org>

    ; Fix a typo in a doc string
    
    * lisp/files.el (hack-local-variables--find-variables): Fix typo
    in the doc string.
---
 lisp/files.el | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/lisp/files.el b/lisp/files.el
index 05875b4..19b88e6 100644
--- a/lisp/files.el
+++ b/lisp/files.el
@@ -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.



reply via email to

[Prev in Thread] Current Thread [Next in Thread]