changeset 55858:4203086e2262

(File Local Variables): Minor cleanup.
author Richard M. Stallman <rms@gnu.org>
date Sun, 30 May 2004 13:35:06 +0000
parents a713acca9ca9
children 1b12270c8c78
files lispref/variables.texi
diffstat 1 files changed, 2 insertions(+), 2 deletions(-) [+]
line wrap: on
line diff
--- a/lispref/variables.texi	Sun May 30 13:34:19 2004 +0000
+++ b/lispref/variables.texi	Sun May 30 13:35:06 2004 +0000
@@ -1769,8 +1769,8 @@
 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.