comparison lispref/variables.texi @ 48642:a2ddef023113

(File Local Variables): Fix typo.
author Markus Rost <rost@math.uni-bielefeld.de>
date Wed, 04 Dec 2002 03:59:48 +0000
parents 2d6d956312cd
children 23a1cea22d13
comparison
equal deleted inserted replaced
48641:da382393fb77 48642:a2ddef023113
1731 1731
1732 The argument @var{force} usually comes from the argument @var{find-file} 1732 The argument @var{force} usually comes from the argument @var{find-file}
1733 given to @code{normal-mode}. 1733 given 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
1737 be called later, or an expression that will be executed later, simply 1737 be called later, or an expression that will be executed later, simply
1738 visiting a file could take over your Emacs. To prevent this, Emacs 1738 visiting a file could take over your Emacs. To prevent this, Emacs
1739 takes care not to allow local variable lists to set such variables. 1739 takes care not to allow local variable lists to set such variables.
1740 1740
1741 For one thing, any variable whose name ends in @samp{-command}, 1741 For one thing, any variable whose name ends in @samp{-command},