]> git.eshelyaron.com Git - emacs.git/commitdiff
Make message in hack-local-variables-confirm clearer
authorLars Ingebrigtsen <larsi@gnus.org>
Sun, 23 Jan 2022 16:09:55 +0000 (17:09 +0100)
committerLars Ingebrigtsen <larsi@gnus.org>
Sun, 23 Jan 2022 16:09:55 +0000 (17:09 +0100)
* 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

index 51c6968cffd865e538de58c962bf535276e062a7..e021545cf14f49854e49bd8ea72e383809eeff4a 100644 (file)
@@ -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 (**)."
                    ".")))