mirror of
https://git.savannah.gnu.org/git/emacs.git
synced 2025-01-29 19:48:19 +00:00
(Top): Add a @detailmenu entry for "Frame-Local Variables".
This commit is contained in:
parent
34544152c9
commit
eaf4b68932
@ -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.
|
||||
|
Loading…
Reference in New Issue
Block a user