comparison lispref/vol1.texi @ 79389:45600e0f6652

(Top): Remove Frame-Local Variables from Node Listing.
author Martin Rudalics <rudalics@gmx.at>
date Thu, 15 Nov 2007 06:43:17 +0000
parents f57bc2c38ec5
children a1e16e813aed
comparison
equal deleted inserted replaced
79388:c06637d367ec 79389:45600e0f6652
439 * Accessing Variables:: Examining values of variables whose names 439 * Accessing Variables:: Examining values of variables whose names
440 are known only at run time. 440 are known only at run time.
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.
448 * Variables with Restricted Values:: Non-constant variables whose value can 447 * Variables with Restricted Values:: Non-constant variables whose value can
449 @emph{not} be an arbitrary Lisp object. 448 @emph{not} be an arbitrary Lisp object.