diff options
author | Richard M. Stallman <rms@gnu.org> | 2004-05-30 13:35:41 +0000 |
---|---|---|
committer | Richard M. Stallman <rms@gnu.org> | 2004-05-30 13:35:41 +0000 |
commit | 18684a3ad1cfb3ccc6c7223aa4de8a9a90fce05b (patch) | |
tree | 0d8c2829aa4134c6bb052614fa57325959278f8f /lispref/variables.texi | |
parent | 91174d63b4d928d2a88d6b89d3af7599aaa26f34 (diff) | |
download | emacs-18684a3ad1cfb3ccc6c7223aa4de8a9a90fce05b.tar.gz |
(File Local Variables): Minor cleanup.
Diffstat (limited to 'lispref/variables.texi')
-rw-r--r-- | lispref/variables.texi | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/lispref/variables.texi b/lispref/variables.texi index f4c56ede4d9..c395702a40a 100644 --- a/lispref/variables.texi +++ b/lispref/variables.texi @@ -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. |