emacs-diffs
[Top][All Lists]
Advanced

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

master 21a3bd9f36: Make message in hack-local-variables-confirm clearer


From: Lars Ingebrigtsen
Subject: master 21a3bd9f36: Make message in hack-local-variables-confirm clearer
Date: Sun, 23 Jan 2022 11:23:15 -0500 (EST)

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

    Make message in hack-local-variables-confirm clearer
    
    * lisp/files.el (hack-local-variables-confirm): Mention the
    .dir-locals.el file in the message to be slightly less confusing
    (bug#27066).
---
 lisp/files.el | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/lisp/files.el b/lisp/files.el
index 51c6968cff..e021545cf1 100644
--- a/lisp/files.el
+++ b/lisp/files.el
@@ -3641,7 +3641,7 @@ DIR-NAME is the name of the associated directory.  
Otherwise it is nil."
        (cond
         (unsafe-vars
          (insert "The local variables list in " name
-                 "\ncontains values that may not be safe (*)"
+                 "\nor .dir-locals.el contains values that may not be safe (*)"
                  (if risky-vars
                      ", and variables that are risky (**)."
                    ".")))



reply via email to

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