1
Fork 0
mirror of git://git.sv.gnu.org/emacs.git synced 2025-12-15 10:30:25 -08:00

(File Local Variables): Fix last change.

This commit is contained in:
Eli Zaretskii 2008-10-19 15:28:07 +00:00
parent 5d8dda33f0
commit 3a57591a6a

View 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.