From 3a57591a6a17b6dd5fbed37222c25aa9d94d92c7 Mon Sep 17 00:00:00 2001 From: Eli Zaretskii Date: Sun, 19 Oct 2008 15:28:07 +0000 Subject: [PATCH] (File Local Variables): Fix last change. --- doc/lispref/variables.texi | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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. -- 2.39.5