]> git.eshelyaron.com Git - emacs.git/commitdiff
(File Local Variables): Fix last change.
authorEli Zaretskii <eliz@gnu.org>
Sun, 19 Oct 2008 15:28:07 +0000 (15:28 +0000)
committerEli Zaretskii <eliz@gnu.org>
Sun, 19 Oct 2008 15:28:07 +0000 (15:28 +0000)
doc/lispref/variables.texi

index 9f23ed156168de797ff45b0b93f6a9880bb320c1..8a94801148336f55999fa4cbcbf04a01751e49ed 100644 (file)
@@ -1578,7 +1578,7 @@ function does not look for the @samp{mode:} local variable in the
 @code{enable-local-variables} into account (@pxref{Auto Major Mode}).
 
 This function works by walking the alist stored in
-@code{file-local-variables-alist}, and applies each local variable in
+@code{file-local-variables-alist} and applying each local variable in
 turn.  It calls @code{before-hack-local-variables-hook} and
 @code{hack-local-variables-hook} before and after applying the
 variables, respectively.