diff options
| -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 |