From cebe18b63e1eb06f8b2ccfcdfa4dcf98ceb21503 Mon Sep 17 00:00:00 2001 From: Lars Ingebrigtsen Date: Fri, 13 Aug 2021 14:44:30 +0200 Subject: [PATCH] permanently-enabled-local-variables doc string clarification * lisp/files.el (permanently-enabled-local-variables): Clarify what kind of local variables this refers to. --- lisp/files.el | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lisp/files.el b/lisp/files.el index 775d871dd7a..875ac553166 100644 --- a/lisp/files.el +++ b/lisp/files.el @@ -3601,7 +3601,7 @@ This hook is called only if there is at least one file-local variable to set.") (defvar permanently-enabled-local-variables '(lexical-binding) - "A list of local variables that are always enabled. + "A list of file-local variables that are always enabled. This overrides any `enable-local-variables' setting.") (defun hack-local-variables-confirm (all-vars unsafe-vars risky-vars dir-name) -- 2.39.5