mirror of
git://git.sv.gnu.org/emacs.git
synced 2026-01-09 13:10:57 -08:00
(Fmake_variable_frame_local): Doc fix.
This commit is contained in:
parent
e893d912fd
commit
76b3cecfd0
1 changed files with 2 additions and 2 deletions
|
|
@ -1632,10 +1632,10 @@ DEFUN ("make-variable-frame-local", Fmake_variable_frame_local, Smake_variable_f
|
|||
doc: /* Enable VARIABLE to have frame-local bindings.
|
||||
When a frame-local binding exists in the current frame,
|
||||
it is in effect whenever the current buffer has no buffer-local binding.
|
||||
A frame-local binding is actual a frame parameter value;
|
||||
A frame-local binding is actually a frame parameter value;
|
||||
thus, any given frame has a local binding for VARIABLE
|
||||
if it has a value for the frame parameter named VARIABLE.
|
||||
See `modify-frame-parameters'. */)
|
||||
See `modify-frame-parameters' for how to set frame parameters. */)
|
||||
(variable)
|
||||
register Lisp_Object variable;
|
||||
{
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue