(Top): Add a @detailmenu entry for "Frame-Local Variables".
This commit is contained in:
parent
34544152c9
commit
eaf4b68932
3 changed files with 16 additions and 0 deletions
|
@ -1,3 +1,17 @@
|
|||
2008-10-13 Eli Zaretskii <eliz@gnu.org>
|
||||
|
||||
* elisp.texi (Top): Add a @detailmenu entry for "Frame-Local
|
||||
Variables".
|
||||
|
||||
* variables.texi (Frame-Local Variables): New section.
|
||||
(Buffer-Local Variables): Add an xref to it.
|
||||
(Intro to Buffer-Local, Creating Buffer-Local): A variable cannot
|
||||
have both frame-local and buffer-local binding.
|
||||
|
||||
* frames.texi (Frames): Mention multiple tty frames.
|
||||
(Frame Parameters, Parameter Access): Mention frame-local variable
|
||||
bindings.
|
||||
|
||||
2008-09-20 Glenn Morris <rgm@gnu.org>
|
||||
|
||||
* display.texi (Defining Faces): Recommend against face variables.
|
||||
|
|
|
@ -422,6 +422,7 @@ Variables
|
|||
* Buffer-Local Variables:: Variable values in effect only in one buffer.
|
||||
* Future Local Variables:: New kinds of local values we might add some day.
|
||||
* File Local Variables:: Handling local variable lists in files.
|
||||
* Frame-Local Variables:: Frame-local bindings for variables.
|
||||
* Variable Aliases:: Variables that are aliases for other variables.
|
||||
* Variables with Restricted Values:: Non-constant variables whose value can
|
||||
@emph{not} be an arbitrary Lisp object.
|
||||
|
|
1
etc/NEWS
1
etc/NEWS
|
@ -1038,6 +1038,7 @@ freetype library, giving access to a wider range of font formats.
|
|||
|
||||
* Incompatible Lisp Changes in Emacs 23.1
|
||||
|
||||
+++
|
||||
** Variables cannot be both buffer-local and frame-local any more.
|
||||
|
||||
** `functionp' returns nil for special forms.
|
||||
|
|
Loading…
Add table
Reference in a new issue