summaryrefslogtreecommitdiff
path: root/lisp/files.el
diff options
context:
space:
mode:
authorEli Zaretskii <eliz@gnu.org>2006-04-08 10:41:12 +0000
committerEli Zaretskii <eliz@gnu.org>2006-04-08 10:41:12 +0000
commitdbcd3ce07492595ab409fabc02fe2ee16550de5d (patch)
tree0323da1117068462c665feb82469f558802ad201 /lisp/files.el
parent5c831ccdac6f06d88d1c403e24695f1686626b3f (diff)
downloademacs-dbcd3ce07492595ab409fabc02fe2ee16550de5d.tar.gz
(hack-local-variables-confirm) <offer-save>: Clarify message text. Suggested
by Ralf Angeli.
Diffstat (limited to 'lisp/files.el')
-rw-r--r--lisp/files.el4
1 files changed, 2 insertions, 2 deletions
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)