1
0
mirror of https://git.savannah.gnu.org/git/emacs.git synced 2025-02-01 20:06:00 +00:00

(File Local Variables): Fix typo.

This commit is contained in:
Markus Rost 2002-12-04 04:00:48 +00:00
parent e0823361bc
commit 24ff45f3b7
2 changed files with 5 additions and 1 deletions

View File

@ -1,3 +1,7 @@
2002-12-04 Markus Rost <rost@math.ohio-state.edu>
* variables.texi (File Local Variables): Fix typo.
2002-10-23 Kai Gro,A_(Bjohann <kai.grossjohann@uni-duisburg.de>
From Michael Albinus <Michael.Albinus@alcatel.de>.

View File

@ -1733,7 +1733,7 @@ The argument @var{force} usually comes from the argument @var{find-file}
given to @code{normal-mode}.
@end defun
If a file local variable list could specify the a function that will
If a file local variable list could specify a function that will
be called later, or an expression that will 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.