emacs-diffs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Emacs-diffs] Changes to emacs/lisp/files.el


From: Eli Zaretskii
Subject: [Emacs-diffs] Changes to emacs/lisp/files.el
Date: Sat, 08 Apr 2006 10:41:12 +0000

Index: emacs/lisp/files.el
diff -u emacs/lisp/files.el:1.823 emacs/lisp/files.el:1.824
--- emacs/lisp/files.el:1.823   Thu Apr  6 19:20:38 2006
+++ emacs/lisp/files.el Sat Apr  8 10:41:12 2006
@@ -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)




reply via email to

[Prev in Thread] Current Thread [Next in Thread]