Mercurial > emacs
changeset 98896:b04b1b0d5866
(File Local Variables): Fix last change.
author | Eli Zaretskii <eliz@gnu.org> |
---|---|
date | Sun, 19 Oct 2008 15:28:07 +0000 |
parents | dd86168504c6 |
children | 3bc1332e6140 |
files | doc/lispref/variables.texi |
diffstat | 1 files changed, 1 insertions(+), 1 deletions(-) [+] |
line wrap: on
line diff
--- a/doc/lispref/variables.texi Sun Oct 19 15:12:48 2008 +0000 +++ b/doc/lispref/variables.texi Sun Oct 19 15:28:07 2008 +0000 @@ -1578,7 +1578,7 @@ @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.