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:
parent
5c831ccdac
commit
dbcd3ce074
1 changed files with 2 additions and 2 deletions
|
|
@ -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)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue