diff options
| author | Martin Rudalics | 2007-11-15 06:48:44 +0000 |
|---|---|---|
| committer | Martin Rudalics | 2007-11-15 06:48:44 +0000 |
| commit | af13c86adb6587360488f46e077f80c4afb2db27 (patch) | |
| tree | a399af549af88f4455a6569ba966588bbc8aa0a5 | |
| parent | 3fad8aaaced14641d990c588f7af156764e73eb7 (diff) | |
| download | emacs-af13c86adb6587360488f46e077f80c4afb2db27.tar.gz emacs-af13c86adb6587360488f46e077f80c4afb2db27.zip | |
(Top): Remove Frame-Local Variables from Node Listing.
| -rw-r--r-- | doc/lispref/ChangeLog | 5 | ||||
| -rw-r--r-- | doc/lispref/vol1.texi | 1 | ||||
| -rw-r--r-- | doc/lispref/vol2.texi | 1 |
3 files changed, 5 insertions, 2 deletions
diff --git a/doc/lispref/ChangeLog b/doc/lispref/ChangeLog index 0af60709be4..8c51e58ef38 100644 --- a/doc/lispref/ChangeLog +++ b/doc/lispref/ChangeLog | |||
| @@ -1,3 +1,8 @@ | |||
| 1 | 2007-11-15 Martin Rudalics <rudalics@gmx.at> | ||
| 2 | |||
| 3 | * vol1.texi (Top): Remove Frame-Local Variables from Node Listing. | ||
| 4 | * vol2.texi (Top): Remove Frame-Local Variables from Node Listing. | ||
| 5 | |||
| 1 | 2007-11-13 Martin Rudalics <rudalics@gmx.at> | 6 | 2007-11-13 Martin Rudalics <rudalics@gmx.at> |
| 2 | 7 | ||
| 3 | * help.texi (Help Functions): Document new macro `with-help-window'. | 8 | * help.texi (Help Functions): Document new macro `with-help-window'. |
diff --git a/doc/lispref/vol1.texi b/doc/lispref/vol1.texi index d41b2f076df..5784ed0b19b 100644 --- a/doc/lispref/vol1.texi +++ b/doc/lispref/vol1.texi | |||
| @@ -441,7 +441,6 @@ Variables | |||
| 441 | * Setting Variables:: Storing new values in variables. | 441 | * Setting Variables:: Storing new values in variables. |
| 442 | * Variable Scoping:: How Lisp chooses among local and global values. | 442 | * Variable Scoping:: How Lisp chooses among local and global values. |
| 443 | * Buffer-Local Variables:: Variable values in effect only in one buffer. | 443 | * Buffer-Local Variables:: Variable values in effect only in one buffer. |
| 444 | * Frame-Local Variables:: Variable values in effect only in one frame. | ||
| 445 | * Future Local Variables:: New kinds of local values we might add some day. | 444 | * Future Local Variables:: New kinds of local values we might add some day. |
| 446 | * File Local Variables:: Handling local variable lists in files. | 445 | * File Local Variables:: Handling local variable lists in files. |
| 447 | * Variable Aliases:: Variables that are aliases for other variables. | 446 | * Variable Aliases:: Variables that are aliases for other variables. |
diff --git a/doc/lispref/vol2.texi b/doc/lispref/vol2.texi index 515973c6281..c27f004e16f 100644 --- a/doc/lispref/vol2.texi +++ b/doc/lispref/vol2.texi | |||
| @@ -440,7 +440,6 @@ Variables | |||
| 440 | * Setting Variables:: Storing new values in variables. | 440 | * Setting Variables:: Storing new values in variables. |
| 441 | * Variable Scoping:: How Lisp chooses among local and global values. | 441 | * Variable Scoping:: How Lisp chooses among local and global values. |
| 442 | * Buffer-Local Variables:: Variable values in effect only in one buffer. | 442 | * Buffer-Local Variables:: Variable values in effect only in one buffer. |
| 443 | * Frame-Local Variables:: Variable values in effect only in one frame. | ||
| 444 | * Future Local Variables:: New kinds of local values we might add some day. | 443 | * Future Local Variables:: New kinds of local values we might add some day. |
| 445 | * File Local Variables:: Handling local variable lists in files. | 444 | * File Local Variables:: Handling local variable lists in files. |
| 446 | * Variable Aliases:: Variables that are aliases for other variables. | 445 | * Variable Aliases:: Variables that are aliases for other variables. |