From: Eli Zaretskii Date: Sun, 19 Oct 2008 15:28:07 +0000 (+0000) Subject: (File Local Variables): Fix last change. X-Git-Tag: emacs-pretest-23.0.90~2363 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=3a57591a6a17b6dd5fbed37222c25aa9d94d92c7;p=emacs.git (File Local Variables): Fix last change. --- diff --git a/doc/lispref/variables.texi b/doc/lispref/variables.texi index 9f23ed15616..8a948011483 100644 --- a/doc/lispref/variables.texi +++ b/doc/lispref/variables.texi @@ -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.