]> git.eshelyaron.com Git - emacs.git/commitdiff
(File Local Variables): Minor cleanup.
authorRichard M. Stallman <rms@gnu.org>
Sun, 30 May 2004 13:35:41 +0000 (13:35 +0000)
committerRichard M. Stallman <rms@gnu.org>
Sun, 30 May 2004 13:35:41 +0000 (13:35 +0000)
lispref/ChangeLog
lispref/variables.texi

index 91f41c8eb917aa7bc368ad0b60221d3a099f861e..7b6d3a958867d7b54e6050bd095fe169b359b70d 100644 (file)
@@ -1,3 +1,7 @@
+2004-05-30  Richard M. Stallman  <rms@gnu.org>
+
+       * variables.texi (File Local Variables): Minor cleanup.
+
 2004-05-30  Michael Albinus  <michael.albinus@gmx.de>
 
        * files.texi (Magic File Names): Add `file-remote-p' as operation
index f4c56ede4d9026bd0410a61de50d81ef9f5e902e..c395702a40abdb32e0eb0ea80c288a8360f47a75 100644 (file)
@@ -1769,8 +1769,8 @@ nor any other file local variable.  It does not check whether a mode
 is specified in the local variables list at the end of the file.
 @end defun
 
-  If a file local variable list could specify a function that will
-be called later, or an expression that will be executed later, simply
+  If a file local variable list could specify a function that would
+be called later, or an expression that would be executed later, simply
 visiting a file could take over your Emacs.  To prevent this, Emacs
 takes care not to allow local variable lists to set such variables.