# HG changeset patch # User Martin Rudalics # Date 1195108997 0 # Node ID 45600e0f66525898dd6f85baa7f25bbaae88cf86 # Parent c06637d367ecae9bb4b098d7f9fd13f32e570d58 (Top): Remove Frame-Local Variables from Node Listing. diff -r c06637d367ec -r 45600e0f6652 lispref/vol1.texi --- a/lispref/vol1.texi Wed Nov 14 20:25:02 2007 +0000 +++ b/lispref/vol1.texi Thu Nov 15 06:43:17 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.