# HG changeset patch # User Richard M. Stallman # Date 1193214030 0 # Node ID 2436120d6d469620af9376430e68d94ee7ad42cf # Parent dc41f20bdc9134c65ef59d33b91b4350d1b5b9c1 (Top): Delete Frame-Local Variables from subnode menu. diff -r dc41f20bdc91 -r 2436120d6d46 lispref/elisp.texi --- a/lispref/elisp.texi Wed Oct 24 08:20:03 2007 +0000 +++ b/lispref/elisp.texi Wed Oct 24 08:20:30 2007 +0000 @@ -421,7 +421,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.