1
Fork 0
mirror of git://git.sv.gnu.org/emacs.git synced 2026-02-13 11:12:19 -08:00

(hack-local-variables-confirm) <offer-save>: Clarify message text. Suggested

by Ralf Angeli.
This commit is contained in:
Eli Zaretskii 2006-04-08 10:41:12 +00:00
parent 5c831ccdac
commit dbcd3ce074

View 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)