aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMarkus Rost2002-12-04 04:00:48 +0000
committerMarkus Rost2002-12-04 04:00:48 +0000
commit24ff45f3b783787b55b47eb4509c1212ceb5ffe2 (patch)
treeda81fd4831fb16ca139197f44b2e7672bc42b55c
parente0823361bc46fc7ee263071b2964c6194b4772d6 (diff)
downloademacs-24ff45f3b783787b55b47eb4509c1212ceb5ffe2.tar.gz
emacs-24ff45f3b783787b55b47eb4509c1212ceb5ffe2.zip
(File Local Variables): Fix typo.
-rw-r--r--lispref/ChangeLog4
-rw-r--r--lispref/variables.texi2
2 files changed, 5 insertions, 1 deletions
diff --git a/lispref/ChangeLog b/lispref/ChangeLog
index 842d1def539..6a6402ef1c2 100644
--- a/lispref/ChangeLog
+++ b/lispref/ChangeLog
@@ -1,3 +1,7 @@
12002-12-04 Markus Rost <rost@math.ohio-state.edu>
2
3 * variables.texi (File Local Variables): Fix typo.
4
12002-10-23 Kai Gro,A_(Bjohann <kai.grossjohann@uni-duisburg.de> 52002-10-23 Kai Gro,A_(Bjohann <kai.grossjohann@uni-duisburg.de>
2 From Michael Albinus <Michael.Albinus@alcatel.de>. 6 From Michael Albinus <Michael.Albinus@alcatel.de>.
3 7
diff --git a/lispref/variables.texi b/lispref/variables.texi
index 2d1722d53b2..48003e0977a 100644
--- a/lispref/variables.texi
+++ b/lispref/variables.texi
@@ -1733,7 +1733,7 @@ The argument @var{force} usually comes from the argument @var{find-file}
1733given to @code{normal-mode}. 1733given to @code{normal-mode}.
1734@end defun 1734@end defun
1735 1735
1736 If a file local variable list could specify the a function that will 1736 If a file local variable list could specify a function that will
1737be called later, or an expression that will be executed later, simply 1737be called later, or an expression that will be executed later, simply
1738visiting a file could take over your Emacs. To prevent this, Emacs 1738visiting a file could take over your Emacs. To prevent this, Emacs
1739takes care not to allow local variable lists to set such variables. 1739takes care not to allow local variable lists to set such variables.