From: Lars Ingebrigtsen Date: Fri, 13 Aug 2021 12:44:30 +0000 (+0200) Subject: permanently-enabled-local-variables doc string clarification X-Git-Tag: emacs-28.0.90~1522 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=cebe18b63e1eb06f8b2ccfcdfa4dcf98ceb21503;p=emacs.git permanently-enabled-local-variables doc string clarification * lisp/files.el (permanently-enabled-local-variables): Clarify what kind of local variables this refers to. --- 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)