Mercurial > emacs
changeset 69864:cd156b0f5c09
(hack-local-variables-confirm) <offer-save>: Clarify message text. Suggested
by Ralf Angeli.
author | Eli Zaretskii <eliz@gnu.org> |
---|---|
date | Sat, 08 Apr 2006 10:41:12 +0000 |
parents | ef6f39ebe546 |
children | 72c912844b56 |
files | lisp/files.el |
diffstat | 1 files changed, 2 insertions(+), 2 deletions(-) [+] |
line wrap: on
line diff
--- a/lisp/files.el Sat Apr 08 10:30:52 2006 +0000 +++ b/lisp/files.el Sat Apr 08 10:41:12 2006 +0000 @@ -2392,8 +2392,8 @@ 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)