diff options
| author | Martin Rudalics | 2007-11-15 06:44:25 +0000 |
|---|---|---|
| committer | Martin Rudalics | 2007-11-15 06:44:25 +0000 |
| commit | d4f60741a4a08933d65bc2911f6f0b8bab415bb8 (patch) | |
| tree | 8726e8cc5300960c55b633a9f2dafea551c97cf6 | |
| parent | cca3fd48cde8c0fb92c9f7c912c5bb98783df5de (diff) | |
| download | emacs-d4f60741a4a08933d65bc2911f6f0b8bab415bb8.tar.gz emacs-d4f60741a4a08933d65bc2911f6f0b8bab415bb8.zip | |
(Top): Remove Frame-Local Variables from Node Listing.
| -rw-r--r-- | lispref/ChangeLog | 7 | ||||
| -rw-r--r-- | lispref/vol1.texi | 1 | ||||
| -rw-r--r-- | lispref/vol2.texi | 1 |
3 files changed, 6 insertions, 3 deletions
diff --git a/lispref/ChangeLog b/lispref/ChangeLog index 45e2a7fe6f3..36f2652dd8f 100644 --- a/lispref/ChangeLog +++ b/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-10-24 Richard Stallman <rms@gnu.org> | 6 | 2007-10-24 Richard Stallman <rms@gnu.org> |
| 2 | 7 | ||
| 3 | * elisp.texi (Top): Delete Frame-Local Variables from subnode menu. | 8 | * elisp.texi (Top): Delete Frame-Local Variables from subnode menu. |
| @@ -535,7 +540,7 @@ | |||
| 535 | 540 | ||
| 536 | * loading.texi (How Programs Do Loading): Fix anchor position at | 541 | * loading.texi (How Programs Do Loading): Fix anchor position at |
| 537 | load-read-function definition doc. (tiny change) | 542 | load-read-function definition doc. (tiny change) |
| 538 | 543 | ||
| 539 | 2007-02-21 Kim F. Storm <storm@cua.dk> | 544 | 2007-02-21 Kim F. Storm <storm@cua.dk> |
| 540 | 545 | ||
| 541 | * strings.texi (Text Comparison): Mention that assoc-string | 546 | * strings.texi (Text Comparison): Mention that assoc-string |
diff --git a/lispref/vol1.texi b/lispref/vol1.texi index d41b2f076df..5784ed0b19b 100644 --- a/lispref/vol1.texi +++ b/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/lispref/vol2.texi b/lispref/vol2.texi index 515973c6281..c27f004e16f 100644 --- a/lispref/vol2.texi +++ b/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. |