(Top): Remove Frame-Local Variables from Node Listing.

This commit is contained in:
Martin Rudalics 2007-11-15 06:44:25 +00:00
parent cca3fd48cd
commit d4f60741a4
3 changed files with 6 additions and 3 deletions

View file

@ -1,3 +1,8 @@
2007-11-15 Martin Rudalics <rudalics@gmx.at>
* vol1.texi (Top): Remove Frame-Local Variables from Node Listing.
* vol2.texi (Top): Remove Frame-Local Variables from Node Listing.
2007-10-24 Richard Stallman <rms@gnu.org>
* elisp.texi (Top): Delete Frame-Local Variables from subnode menu.
@ -535,7 +540,7 @@
* loading.texi (How Programs Do Loading): Fix anchor position at
load-read-function definition doc. (tiny change)
2007-02-21 Kim F. Storm <storm@cua.dk>
* strings.texi (Text Comparison): Mention that assoc-string

View file

@ -441,7 +441,6 @@ Variables
* Setting Variables:: Storing new values in variables.
* Variable Scoping:: How Lisp chooses among local and global values.
* Buffer-Local Variables:: Variable values in effect only in one buffer.
* Frame-Local Variables:: Variable values in effect only in one frame.
* Future Local Variables:: New kinds of local values we might add some day.
* File Local Variables:: Handling local variable lists in files.
* Variable Aliases:: Variables that are aliases for other variables.

View file

@ -440,7 +440,6 @@ Variables
* Setting Variables:: Storing new values in variables.
* Variable Scoping:: How Lisp chooses among local and global values.
* Buffer-Local Variables:: Variable values in effect only in one buffer.
* Frame-Local Variables:: Variable values in effect only in one frame.
* Future Local Variables:: New kinds of local values we might add some day.
* File Local Variables:: Handling local variable lists in files.
* Variable Aliases:: Variables that are aliases for other variables.