# HG changeset patch # User Eli Zaretskii # Date 1144492872 0 # Node ID cd156b0f5c090c51a4192760b158cf6b59c921d6 # Parent ef6f39ebe546bc4fa69b272a53d26b4abd2ef79e (hack-local-variables-confirm) : Clarify message text. Suggested by Ralf Angeli. diff -r ef6f39ebe546 -r cd156b0f5c09 lisp/files.el --- a/lisp/files.el Sat Apr 08 10:30:52 2006 +0000 +++ b/lisp/files.el Sat Apr 08 10:41:12 2006 +0000 @@ -2392,8 +2392,8 @@ n -- to ignore the local variables list.") (if offer-save (insert " -! -- to apply the local variables list, and mark these values (*) as - safe (in the future, they can be set automatically.)\n\n") +! -- to apply the local variables list, and permanently mark these + values (*) as safe (in the future, they will be set automatically.)\n\n") (insert "\n\n")) (dolist (elt vars) (cond ((member elt unsafe-vars)