emacs-diffs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

master cebe18b: permanently-enabled-local-variables doc string clarifica


From: Lars Ingebrigtsen
Subject: master cebe18b: permanently-enabled-local-variables doc string clarification
Date: Fri, 13 Aug 2021 08:44:38 -0400 (EDT)

branch: master
commit cebe18b63e1eb06f8b2ccfcdfa4dcf98ceb21503
Author: Lars Ingebrigtsen <larsi@gnus.org>
Commit: Lars Ingebrigtsen <larsi@gnus.org>

    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 775d871..875ac55 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)



reply via email to

[Prev in Thread] Current Thread [Next in Thread]