Mercurial > emacs
changeset 71941:ee67055ef71f
(File Local Variables): Clarify that
file local variables make buffer-local bindings.
author | Richard M. Stallman <rms@gnu.org> |
---|---|
date | Mon, 17 Jul 2006 20:56:58 +0000 |
parents | 6bc43bba870c |
children | ea824cd782cd |
files | lispref/variables.texi |
diffstat | 1 files changed, 6 insertions(+), 4 deletions(-) [+] |
line wrap: on
line diff
--- a/lispref/variables.texi Mon Jul 17 20:56:18 2006 +0000 +++ b/lispref/variables.texi Mon Jul 17 20:56:58 2006 +0000 @@ -1744,10 +1744,12 @@ @node File Local Variables @section File Local Variables - This section describes the functions and variables that affect -processing of file local variables. @xref{File variables, , -Local Variables in Files, emacs, The GNU Emacs Manual}, for basic -information about file local variables. + A file can specify local variable values; Emacs uses these to create +buffer-local bindings for those variables in the buffer visiting that +file. @xref{File variables, , Local Variables in Files, emacs, The +GNU Emacs Manual}, for basic information about file local variables. +This section describes the functions and variables that affect +processing of file local variables. @defopt enable-local-variables This variable controls whether to process file local variables. A