# HG changeset patch # User Martin Rudalics # Date 1195109275 0 # Node ID ab19dae3d14b1488a51cd95ecffff3e6b6fc9a50 # Parent 2fd69da606fa624c11e846a2242f2eefed22a8d6 (Top): Remove Frame-Local Variables from Node Listing. diff -r 2fd69da606fa -r ab19dae3d14b doc/lispref/vol1.texi --- a/doc/lispref/vol1.texi Thu Nov 15 06:04:31 2007 +0000 +++ b/doc/lispref/vol1.texi Thu Nov 15 06:47:55 2007 +0000 @@ -441,7 +441,6 @@ * 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.