]> git.eshelyaron.com Git - emacs.git/commitdiff
(Top): Delete Frame-Local Variables from subnode menu.
authorRichard M. Stallman <rms@gnu.org>
Wed, 24 Oct 2007 08:20:42 +0000 (08:20 +0000)
committerRichard M. Stallman <rms@gnu.org>
Wed, 24 Oct 2007 08:20:42 +0000 (08:20 +0000)
lispref/ChangeLog
lispref/elisp.texi

index 4d0b63c7cf01e2bf0f329ebf8a45610202da8565..45e2a7fe6f36edde29aafb0053db83c345e25c40 100644 (file)
@@ -1,3 +1,22 @@
+2007-10-24  Richard Stallman  <rms@gnu.org>
+
+       * elisp.texi (Top): Delete Frame-Local Variables from subnode menu.
+
+       * variables.texi (Frame-Local Variables): Node deleted.
+       (Variables): Delete Frame-Local Variables from menu.
+       (Local Variables, Buffer-Local Variables, Intro to Buffer-Local)
+       (Default Value): Don't mention frame-local vars.
+
+       * os.texi (Idle Timers): current-idle-time returns nil if not idle.
+
+       * loading.texi (Unloading): Document FEATURE-unload-function
+       instead of FEATURE-unload-hook.
+
+       * functions.texi (Related Topics): Add called-interactively-p.
+       Fix xref.
+
+       * frames.texi (Multiple Displays): Don't mention frame-local vars.
+
 2007-10-12  Richard Stallman  <rms@gnu.org>
 
        * elisp.texi (Top): Add Distinguish Interactive to subnode menu.
index 047b18e0a45254cd3c174560ce7e52b556d61abc..e28ea1ce5a05774e327643ba19dea4251003c564 100644 (file)
@@ -421,7 +421,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.