diff options
| author | Eli Zaretskii | 2006-04-08 10:41:12 +0000 |
|---|---|---|
| committer | Eli Zaretskii | 2006-04-08 10:41:12 +0000 |
| commit | dbcd3ce07492595ab409fabc02fe2ee16550de5d (patch) | |
| tree | 0323da1117068462c665feb82469f558802ad201 | |
| parent | 5c831ccdac6f06d88d1c403e24695f1686626b3f (diff) | |
| download | emacs-dbcd3ce07492595ab409fabc02fe2ee16550de5d.tar.gz emacs-dbcd3ce07492595ab409fabc02fe2ee16550de5d.zip | |
(hack-local-variables-confirm) <offer-save>: Clarify message text. Suggested
by Ralf Angeli.
| -rw-r--r-- | lisp/files.el | 4 |
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. | |||
| 2392 | n -- to ignore the local variables list.") | 2392 | n -- to ignore the local variables list.") |
| 2393 | (if offer-save | 2393 | (if offer-save |
| 2394 | (insert " | 2394 | (insert " |
| 2395 | ! -- to apply the local variables list, and mark these values (*) as | 2395 | ! -- to apply the local variables list, and permanently mark these |
| 2396 | safe (in the future, they can be set automatically.)\n\n") | 2396 | values (*) as safe (in the future, they will be set automatically.)\n\n") |
| 2397 | (insert "\n\n")) | 2397 | (insert "\n\n")) |
| 2398 | (dolist (elt vars) | 2398 | (dolist (elt vars) |
| 2399 | (cond ((member elt unsafe-vars) | 2399 | (cond ((member elt unsafe-vars) |