diff options
| author | Richard M. Stallman | 2006-07-17 20:56:58 +0000 |
|---|---|---|
| committer | Richard M. Stallman | 2006-07-17 20:56:58 +0000 |
| commit | 6a20a6062ef6aef2d63444e6ad1c77cb668de59f (patch) | |
| tree | daa10ab13bc6dcf51888d588bf5c1ff1d95cb373 | |
| parent | 90b80b6944967a203d7ecc74a81f447328b321bd (diff) | |
| download | emacs-6a20a6062ef6aef2d63444e6ad1c77cb668de59f.tar.gz emacs-6a20a6062ef6aef2d63444e6ad1c77cb668de59f.zip | |
(File Local Variables): Clarify that
file local variables make buffer-local bindings.
| -rw-r--r-- | lispref/variables.texi | 10 |
1 files changed, 6 insertions, 4 deletions
diff --git a/lispref/variables.texi b/lispref/variables.texi index 656224367ac..574302a04f1 100644 --- a/lispref/variables.texi +++ b/lispref/variables.texi | |||
| @@ -1744,10 +1744,12 @@ local bindings, we will provide it in a subsequent Emacs version. | |||
| 1744 | @node File Local Variables | 1744 | @node File Local Variables |
| 1745 | @section File Local Variables | 1745 | @section File Local Variables |
| 1746 | 1746 | ||
| 1747 | This section describes the functions and variables that affect | 1747 | A file can specify local variable values; Emacs uses these to create |
| 1748 | processing of file local variables. @xref{File variables, , | 1748 | buffer-local bindings for those variables in the buffer visiting that |
| 1749 | Local Variables in Files, emacs, The GNU Emacs Manual}, for basic | 1749 | file. @xref{File variables, , Local Variables in Files, emacs, The |
| 1750 | information about file local variables. | 1750 | GNU Emacs Manual}, for basic information about file local variables. |
| 1751 | This section describes the functions and variables that affect | ||
| 1752 | processing of file local variables. | ||
| 1751 | 1753 | ||
| 1752 | @defopt enable-local-variables | 1754 | @defopt enable-local-variables |
| 1753 | This variable controls whether to process file local variables. A | 1755 | This variable controls whether to process file local variables. A |