diff options
| -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) |