diff options
| author | Eli Zaretskii | 2008-10-13 10:43:53 +0000 |
|---|---|---|
| committer | Eli Zaretskii | 2008-10-13 10:43:53 +0000 |
| commit | eaf4b689320489b96c0a3e670d176780e88baa24 (patch) | |
| tree | 62fc6bbab59d73b8ac5552e9bb11af9e7037e928 | |
| parent | 34544152c9d1c0e77188981b5f929819e13c97ae (diff) | |
| download | emacs-eaf4b689320489b96c0a3e670d176780e88baa24.tar.gz emacs-eaf4b689320489b96c0a3e670d176780e88baa24.zip | |
(Top): Add a @detailmenu entry for "Frame-Local Variables".
| -rw-r--r-- | doc/lispref/ChangeLog | 14 | ||||
| -rw-r--r-- | doc/lispref/elisp.texi | 1 | ||||
| -rw-r--r-- | etc/NEWS | 1 |
3 files changed, 16 insertions, 0 deletions
diff --git a/doc/lispref/ChangeLog b/doc/lispref/ChangeLog index 396063f1639..4f230111f35 100644 --- a/doc/lispref/ChangeLog +++ b/doc/lispref/ChangeLog | |||
| @@ -1,3 +1,17 @@ | |||
| 1 | 2008-10-13 Eli Zaretskii <eliz@gnu.org> | ||
| 2 | |||
| 3 | * elisp.texi (Top): Add a @detailmenu entry for "Frame-Local | ||
| 4 | Variables". | ||
| 5 | |||
| 6 | * variables.texi (Frame-Local Variables): New section. | ||
| 7 | (Buffer-Local Variables): Add an xref to it. | ||
| 8 | (Intro to Buffer-Local, Creating Buffer-Local): A variable cannot | ||
| 9 | have both frame-local and buffer-local binding. | ||
| 10 | |||
| 11 | * frames.texi (Frames): Mention multiple tty frames. | ||
| 12 | (Frame Parameters, Parameter Access): Mention frame-local variable | ||
| 13 | bindings. | ||
| 14 | |||
| 1 | 2008-09-20 Glenn Morris <rgm@gnu.org> | 15 | 2008-09-20 Glenn Morris <rgm@gnu.org> |
| 2 | 16 | ||
| 3 | * display.texi (Defining Faces): Recommend against face variables. | 17 | * display.texi (Defining Faces): Recommend against face variables. |
diff --git a/doc/lispref/elisp.texi b/doc/lispref/elisp.texi index 298c9769cf0..819f0e3ea05 100644 --- a/doc/lispref/elisp.texi +++ b/doc/lispref/elisp.texi | |||
| @@ -422,6 +422,7 @@ Variables | |||
| 422 | * Buffer-Local Variables:: Variable values in effect only in one buffer. | 422 | * Buffer-Local Variables:: Variable values in effect only in one buffer. |
| 423 | * Future Local Variables:: New kinds of local values we might add some day. | 423 | * Future Local Variables:: New kinds of local values we might add some day. |
| 424 | * File Local Variables:: Handling local variable lists in files. | 424 | * File Local Variables:: Handling local variable lists in files. |
| 425 | * Frame-Local Variables:: Frame-local bindings for variables. | ||
| 425 | * Variable Aliases:: Variables that are aliases for other variables. | 426 | * Variable Aliases:: Variables that are aliases for other variables. |
| 426 | * Variables with Restricted Values:: Non-constant variables whose value can | 427 | * Variables with Restricted Values:: Non-constant variables whose value can |
| 427 | @emph{not} be an arbitrary Lisp object. | 428 | @emph{not} be an arbitrary Lisp object. |
| @@ -1038,6 +1038,7 @@ freetype library, giving access to a wider range of font formats. | |||
| 1038 | 1038 | ||
| 1039 | * Incompatible Lisp Changes in Emacs 23.1 | 1039 | * Incompatible Lisp Changes in Emacs 23.1 |
| 1040 | 1040 | ||
| 1041 | +++ | ||
| 1041 | ** Variables cannot be both buffer-local and frame-local any more. | 1042 | ** Variables cannot be both buffer-local and frame-local any more. |
| 1042 | 1043 | ||
| 1043 | ** `functionp' returns nil for special forms. | 1044 | ** `functionp' returns nil for special forms. |