From d4f60741a4a08933d65bc2911f6f0b8bab415bb8 Mon Sep 17 00:00:00 2001 From: Martin Rudalics Date: Thu, 15 Nov 2007 06:44:25 +0000 Subject: [PATCH] (Top): Remove Frame-Local Variables from Node Listing. --- lispref/ChangeLog | 7 ++++++- lispref/vol1.texi | 1 - lispref/vol2.texi | 1 - 3 files changed, 6 insertions(+), 3 deletions(-) diff --git a/lispref/ChangeLog b/lispref/ChangeLog index 45e2a7fe6f3..36f2652dd8f 100644 --- a/lispref/ChangeLog +++ b/lispref/ChangeLog @@ -1,3 +1,8 @@ +2007-11-15 Martin Rudalics + + * 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 * elisp.texi (Top): Delete Frame-Local Variables from subnode menu. @@ -535,7 +540,7 @@ * loading.texi (How Programs Do Loading): Fix anchor position at load-read-function definition doc. (tiny change) - + 2007-02-21 Kim F. Storm * strings.texi (Text Comparison): Mention that assoc-string diff --git a/lispref/vol1.texi b/lispref/vol1.texi index d41b2f076df..5784ed0b19b 100644 --- a/lispref/vol1.texi +++ b/lispref/vol1.texi @@ -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. diff --git a/lispref/vol2.texi b/lispref/vol2.texi index 515973c6281..c27f004e16f 100644 --- a/lispref/vol2.texi +++ b/lispref/vol2.texi @@ -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. -- 2.11.4.GIT