diff options
| author | Luc Teirlinck | 2005-05-15 17:35:23 +0000 |
|---|---|---|
| committer | Luc Teirlinck | 2005-05-15 17:35:23 +0000 |
| commit | 16ac1559fa07273fd586584198e027dbd6834d54 (patch) | |
| tree | ff44e205a292a08cfd4cc3a6b1a9ab719b2223e2 | |
| parent | 0b2892c66e677ebe818d2c60ec28cee9ebd143de (diff) | |
| download | emacs-16ac1559fa07273fd586584198e027dbd6834d54.tar.gz emacs-16ac1559fa07273fd586584198e027dbd6834d54.zip | |
(Top): Update detailed menu for node changes.
| -rw-r--r-- | lispref/elisp.texi | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lispref/elisp.texi b/lispref/elisp.texi index cf8c6dbaf4f..7a19f8a47da 100644 --- a/lispref/elisp.texi +++ b/lispref/elisp.texi | |||
| @@ -383,8 +383,8 @@ Variables | |||
| 383 | * Buffer-Local Variables:: Variable values in effect only in one buffer. | 383 | * Buffer-Local Variables:: Variable values in effect only in one buffer. |
| 384 | * Frame-Local Variables:: Variable values in effect only in one frame. | 384 | * Frame-Local Variables:: Variable values in effect only in one frame. |
| 385 | * Future Local Variables:: New kinds of local values we might add some day. | 385 | * Future Local Variables:: New kinds of local values we might add some day. |
| 386 | * Variable Aliases:: Variables that are aliases for other variables. | ||
| 387 | * File Local Variables:: Handling local variable lists in files. | 386 | * File Local Variables:: Handling local variable lists in files. |
| 387 | * Variable Aliases:: Variables that are aliases for other variables. | ||
| 388 | * Variables with Restricted Values:: Non-constant variables whose value can | 388 | * Variables with Restricted Values:: Non-constant variables whose value can |
| 389 | @emph{not} be an arbitrary Lisp object. | 389 | @emph{not} be an arbitrary Lisp object. |
| 390 | 390 | ||