diff options
| author | Richard M. Stallman | 2007-10-24 08:20:42 +0000 |
|---|---|---|
| committer | Richard M. Stallman | 2007-10-24 08:20:42 +0000 |
| commit | 2328cbb3c7ad31036c25512f57d62b7341d7e365 (patch) | |
| tree | 64f965b977fe16fd40645e214cdf201605e2e816 | |
| parent | e388c68f041fd7133bce398e5cb499b3687f8aa5 (diff) | |
| download | emacs-2328cbb3c7ad31036c25512f57d62b7341d7e365.tar.gz emacs-2328cbb3c7ad31036c25512f57d62b7341d7e365.zip | |
(Top): Delete Frame-Local Variables from subnode menu.
| -rw-r--r-- | lispref/ChangeLog | 19 | ||||
| -rw-r--r-- | lispref/elisp.texi | 1 |
2 files changed, 19 insertions, 1 deletions
diff --git a/lispref/ChangeLog b/lispref/ChangeLog index 4d0b63c7cf0..45e2a7fe6f3 100644 --- a/lispref/ChangeLog +++ b/lispref/ChangeLog | |||
| @@ -1,3 +1,22 @@ | |||
| 1 | 2007-10-24 Richard Stallman <rms@gnu.org> | ||
| 2 | |||
| 3 | * elisp.texi (Top): Delete Frame-Local Variables from subnode menu. | ||
| 4 | |||
| 5 | * variables.texi (Frame-Local Variables): Node deleted. | ||
| 6 | (Variables): Delete Frame-Local Variables from menu. | ||
| 7 | (Local Variables, Buffer-Local Variables, Intro to Buffer-Local) | ||
| 8 | (Default Value): Don't mention frame-local vars. | ||
| 9 | |||
| 10 | * os.texi (Idle Timers): current-idle-time returns nil if not idle. | ||
| 11 | |||
| 12 | * loading.texi (Unloading): Document FEATURE-unload-function | ||
| 13 | instead of FEATURE-unload-hook. | ||
| 14 | |||
| 15 | * functions.texi (Related Topics): Add called-interactively-p. | ||
| 16 | Fix xref. | ||
| 17 | |||
| 18 | * frames.texi (Multiple Displays): Don't mention frame-local vars. | ||
| 19 | |||
| 1 | 2007-10-12 Richard Stallman <rms@gnu.org> | 20 | 2007-10-12 Richard Stallman <rms@gnu.org> |
| 2 | 21 | ||
| 3 | * elisp.texi (Top): Add Distinguish Interactive to subnode menu. | 22 | * elisp.texi (Top): Add Distinguish Interactive to subnode menu. |
diff --git a/lispref/elisp.texi b/lispref/elisp.texi index 047b18e0a45..e28ea1ce5a0 100644 --- a/lispref/elisp.texi +++ b/lispref/elisp.texi | |||
| @@ -421,7 +421,6 @@ Variables | |||
| 421 | * Setting Variables:: Storing new values in variables. | 421 | * Setting Variables:: Storing new values in variables. |
| 422 | * Variable Scoping:: How Lisp chooses among local and global values. | 422 | * Variable Scoping:: How Lisp chooses among local and global values. |
| 423 | * Buffer-Local Variables:: Variable values in effect only in one buffer. | 423 | * Buffer-Local Variables:: Variable values in effect only in one buffer. |
| 424 | * Frame-Local Variables:: Variable values in effect only in one frame. | ||
| 425 | * Future Local Variables:: New kinds of local values we might add some day. | 424 | * Future Local Variables:: New kinds of local values we might add some day. |
| 426 | * File Local Variables:: Handling local variable lists in files. | 425 | * File Local Variables:: Handling local variable lists in files. |
| 427 | * Variable Aliases:: Variables that are aliases for other variables. | 426 | * Variable Aliases:: Variables that are aliases for other variables. |