]> git.eshelyaron.com Git - emacs.git/commitdiff
(Top): Remove Frame-Local Variables from Node Listing.
authorMartin Rudalics <rudalics@gmx.at>
Thu, 15 Nov 2007 06:44:25 +0000 (06:44 +0000)
committerMartin Rudalics <rudalics@gmx.at>
Thu, 15 Nov 2007 06:44:25 +0000 (06:44 +0000)
lispref/ChangeLog
lispref/vol1.texi
lispref/vol2.texi

index 45e2a7fe6f36edde29aafb0053db83c345e25c40..36f2652dd8fefd4edec288732f5912bead6c55c8 100644 (file)
@@ -1,3 +1,8 @@
+2007-11-15  Martin Rudalics  <rudalics@gmx.at>
+
+       * vol1.texi (Top): Remove Frame-Local Variables from Node Listing.
+       * vol2.texi (Top): Remove Frame-Local Variables from Node Listing.
+
 2007-10-24  Richard Stallman  <rms@gnu.org>
 
        * elisp.texi (Top): Delete Frame-Local Variables from subnode menu.
 
        * loading.texi (How Programs Do Loading): Fix anchor position at
        load-read-function definition doc. (tiny change)
-       
+
 2007-02-21  Kim F. Storm  <storm@cua.dk>
 
        * strings.texi (Text Comparison): Mention that assoc-string
index d41b2f076df52672314dbd5584d3c356a89fa64f..5784ed0b19bcf46b0eb16dbb3b684acc81b51b2a 100644 (file)
@@ -441,7 +441,6 @@ Variables
 * 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.
index 515973c6281814395f23b64cfb94aa568ce6b2a7..c27f004e16f4a673b08da89c5438f9ed97d787e1 100644 (file)
@@ -440,7 +440,6 @@ Variables
 * 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.