diff options
| author | Eli Zaretskii | 2023-03-04 22:03:14 +0200 |
|---|---|---|
| committer | Eli Zaretskii | 2023-03-04 22:03:14 +0200 |
| commit | 64980a59b65245c450fedefa38c8140780d1a526 (patch) | |
| tree | 0f34df7a44ed1ec8e73ecf39d4223a4109bf75d8 | |
| parent | a7cd125d490295eb24edf43119f3d3511c3dfddd (diff) | |
| download | emacs-64980a59b65245c450fedefa38c8140780d1a526.tar.gz emacs-64980a59b65245c450fedefa38c8140780d1a526.zip | |
; * lisp/files.el (hack-local-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 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:\" | |||
| 3944 | is specified, and returns the corresponding mode symbol, or nil. | 3944 | is specified, and returns the corresponding mode symbol, or nil. |
| 3945 | In this case, try to ignore minor-modes, and return only a major-mode. | 3945 | In this case, try to ignore minor-modes, and return only a major-mode. |
| 3946 | If HANDLE-MODE is nil, the function gathers all the specified local | 3946 | If HANDLE-MODE is nil, the function gathers all the specified local |
| 3947 | variables. If HANDLE-MODE is neither nil nor t, the functions gathers | 3947 | variables. If HANDLE-MODE is neither nil nor t, the function gathers |
| 3948 | all the specified local variables, but ignores any settings of \"mode:\"." | 3948 | all the specified local variables, but ignores any settings of \"mode:\"." |
| 3949 | ;; We don't let inhibit-local-variables-p influence the value of | 3949 | ;; We don't let inhibit-local-variables-p influence the value of |
| 3950 | ;; enable-local-variables, because then it would affect dir-local | 3950 | ;; enable-local-variables, because then it would affect dir-local |