aboutsummaryrefslogtreecommitdiffstats
path: root/src/data.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/data.c')
-rw-r--r--src/data.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/data.c b/src/data.c
index 88d9f25d2eb..dc0ddc5108f 100644
--- a/src/data.c
+++ b/src/data.c
@@ -1632,10 +1632,10 @@ DEFUN ("make-variable-frame-local", Fmake_variable_frame_local, Smake_variable_f
1632 doc: /* Enable VARIABLE to have frame-local bindings. 1632 doc: /* Enable VARIABLE to have frame-local bindings.
1633When a frame-local binding exists in the current frame, 1633When a frame-local binding exists in the current frame,
1634it is in effect whenever the current buffer has no buffer-local binding. 1634it is in effect whenever the current buffer has no buffer-local binding.
1635A frame-local binding is actual a frame parameter value; 1635A frame-local binding is actually a frame parameter value;
1636thus, any given frame has a local binding for VARIABLE 1636thus, any given frame has a local binding for VARIABLE
1637if it has a value for the frame parameter named VARIABLE. 1637if it has a value for the frame parameter named VARIABLE.
1638See `modify-frame-parameters'. */) 1638See `modify-frame-parameters' for how to set frame parameters. */)
1639 (variable) 1639 (variable)
1640 register Lisp_Object variable; 1640 register Lisp_Object variable;
1641{ 1641{