]> code.delx.au - gnu-emacs/commitdiff
(hack-local-variables-confirm) <offer-save>: Clarify message text. Suggested
authorEli Zaretskii <eliz@gnu.org>
Sat, 8 Apr 2006 10:41:12 +0000 (10:41 +0000)
committerEli Zaretskii <eliz@gnu.org>
Sat, 8 Apr 2006 10:41:12 +0000 (10:41 +0000)
by Ralf Angeli.

lisp/files.el

index 2ca497e09b180e3cb577b899e7ae7ae6c9bc7bf3..3e4602643db88204b3e817f0df7a6b6024094449 100644 (file)
@@ -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)