aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--lisp/files.el2
1 files changed, 1 insertions, 1 deletions
diff --git a/lisp/files.el b/lisp/files.el
index 3afbb2a1d18..35c21b19da5 100644
--- a/lisp/files.el
+++ b/lisp/files.el
@@ -2653,7 +2653,7 @@ settings; nil otherwise."
2653 (if risky-vars 2653 (if risky-vars
2654 (insert "The local variables list in " (or project name) 2654 (insert "The local variables list in " (or project name)
2655 "\ncontains variables that are risky (**).") 2655 "\ncontains variables that are risky (**).")
2656 (insert "A local variables list is specified in " 2656 (insert "A local variables list is specified in "
2657 (or project name) "."))) 2657 (or project name) ".")))
2658 (insert "\n\nDo you want to apply it? You can type 2658 (insert "\n\nDo you want to apply it? You can type
2659y -- to apply the local variables list. 2659y -- to apply the local variables list.