comparison doc/lispref/vol1.texi @ 86084:ab19dae3d14b

(Top): Remove Frame-Local Variables from Node Listing.
author Martin Rudalics <rudalics@gmx.at>
date Thu, 15 Nov 2007 06:47:55 +0000
parents 31cb27daaf76
children 107ccd98fa12
comparison
equal deleted inserted replaced
86083:2fd69da606fa 86084:ab19dae3d14b
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.