1
Fork 0
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:
Lars Ingebrigtsen 2021-08-13 14:44:30 +02:00
parent 711eb40b9b
commit cebe18b63e

View file

@ -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)