mirror of
git://git.sv.gnu.org/emacs.git
synced 2026-02-05 23:21:22 -08:00
permanently-enabled-local-variables doc string clarification
* lisp/files.el (permanently-enabled-local-variables): Clarify what kind of local variables this refers to.
This commit is contained in:
parent
711eb40b9b
commit
cebe18b63e
1 changed files with 1 additions and 1 deletions
|
|
@ -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)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue