emacs-diffs
[Top][All Lists]
Advanced

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

emacs-29 64980a59b65: ; * lisp/files.el (hack-local-variables): Fix typo


From: Eli Zaretskii
Subject: emacs-29 64980a59b65: ; * lisp/files.el (hack-local-variables): Fix typo in the doc string.
Date: Sat, 4 Mar 2023 15:04:06 -0500 (EST)

branch: emacs-29
commit 64980a59b65245c450fedefa38c8140780d1a526
Author: Eli Zaretskii <eliz@gnu.org>
Commit: Eli Zaretskii <eliz@gnu.org>

    ; * lisp/files.el (hack-local-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 63ad2806ca3..d325729bf4d 100644
--- a/lisp/files.el
+++ b/lisp/files.el
@@ -3944,7 +3944,7 @@ If HANDLE-MODE is t, the function only checks whether a 
\"mode:\"
 is specified, and returns the corresponding mode symbol, or nil.
 In this case, try to ignore minor-modes, and return only a major-mode.
 If HANDLE-MODE is nil, the function gathers all the specified local
-variables.  If HANDLE-MODE is neither nil nor t, the functions gathers
+variables.  If HANDLE-MODE is neither nil nor t, the function gathers
 all the specified local variables, but ignores any settings of \"mode:\"."
   ;; We don't let inhibit-local-variables-p influence the value of
   ;; enable-local-variables, because then it would affect dir-local



reply via email to

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