diff options
| author | Eli Zaretskii | 2007-01-29 20:53:30 +0000 |
|---|---|---|
| committer | Eli Zaretskii | 2007-01-29 20:53:30 +0000 |
| commit | cb5918d9f05c20a2d143447e19c0482a4e30dd00 (patch) | |
| tree | 5ccac2104cc6e5b5c7c3ccd5842ab50a2bc4c765 | |
| parent | 68bf8b9d5c5c0fc9de4d70e4778a76915fe68a9b (diff) | |
| download | emacs-cb5918d9f05c20a2d143447e19c0482a4e30dd00.tar.gz emacs-cb5918d9f05c20a2d143447e19c0482a4e30dd00.zip | |
(Future Local Variables): Add index entry.
| -rw-r--r-- | lispref/ChangeLog | 4 | ||||
| -rw-r--r-- | lispref/variables.texi | 1 |
2 files changed, 5 insertions, 0 deletions
diff --git a/lispref/ChangeLog b/lispref/ChangeLog index 2d73fe08a96..41ae844efdd 100644 --- a/lispref/ChangeLog +++ b/lispref/ChangeLog | |||
| @@ -1,3 +1,7 @@ | |||
| 1 | 2007-01-29 Eli Zaretskii <eliz@gnu.org> | ||
| 2 | |||
| 3 | * variables.texi (Future Local Variables): Add index entry. | ||
| 4 | |||
| 1 | 2007-01-28 Richard Stallman <rms@gnu.org> | 5 | 2007-01-28 Richard Stallman <rms@gnu.org> |
| 2 | 6 | ||
| 3 | * tips.texi (Coding Conventions): Clarify the tip about macros | 7 | * tips.texi (Coding Conventions): Clarify the tip about macros |
diff --git a/lispref/variables.texi b/lispref/variables.texi index 7a2b2013b23..8d3e0bb5c25 100644 --- a/lispref/variables.texi +++ b/lispref/variables.texi | |||
| @@ -1644,6 +1644,7 @@ local bindings, we will provide it in a subsequent Emacs version. | |||
| 1644 | 1644 | ||
| 1645 | @node File Local Variables | 1645 | @node File Local Variables |
| 1646 | @section File Local Variables | 1646 | @section File Local Variables |
| 1647 | @cindex file local variables | ||
| 1647 | 1648 | ||
| 1648 | A file can specify local variable values; Emacs uses these to create | 1649 | A file can specify local variable values; Emacs uses these to create |
| 1649 | buffer-local bindings for those variables in the buffer visiting that | 1650 | buffer-local bindings for those variables in the buffer visiting that |