From: Eli Zaretskii Date: Sat, 8 Apr 2006 10:41:12 +0000 (+0000) Subject: (hack-local-variables-confirm) : Clarify message text. Suggested X-Git-Tag: emacs-pretest-22.0.90~3275 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=dbcd3ce07492595ab409fabc02fe2ee16550de5d;p=emacs.git (hack-local-variables-confirm) : Clarify message text. Suggested by Ralf Angeli. --- diff --git a/lisp/files.el b/lisp/files.el index 2ca497e09b1..3e4602643db 100644 --- a/lisp/files.el +++ b/lisp/files.el @@ -2392,8 +2392,8 @@ y -- to apply the local variables list. 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)