comparison src/data.c @ 66475:7e10b1cb2a67

* data.c (Fmake_variable_frame_local): Add clarification to docstring.
author Chong Yidong <cyd@stupidchicken.com>
date Fri, 28 Oct 2005 01:25:18 +0000
parents bd15c2b64526
children 33b15a14f9b3 b31326248cf6
comparison
equal deleted inserted replaced
66474:06ed4e88d849 66475:7e10b1cb2a67
1712 When a frame-local binding exists in the current frame, 1712 When a frame-local binding exists in the current frame,
1713 it is in effect whenever the current buffer has no buffer-local binding. 1713 it is in effect whenever the current buffer has no buffer-local binding.
1714 A frame-local binding is actually a frame parameter value; 1714 A frame-local binding is actually a frame parameter value;
1715 thus, any given frame has a local binding for VARIABLE if it has 1715 thus, any given frame has a local binding for VARIABLE if it has
1716 a value for the frame parameter named VARIABLE. Return VARIABLE. 1716 a value for the frame parameter named VARIABLE. Return VARIABLE.
1717 See `modify-frame-parameters' for how to set frame parameters. */) 1717
1718 This function does not in itself create any frame-local bindings for
1719 VARIABLE. See `modify-frame-parameters' for how to set frame parameters. */)
1718 (variable) 1720 (variable)
1719 register Lisp_Object variable; 1721 register Lisp_Object variable;
1720 { 1722 {
1721 register Lisp_Object tem, valcontents, newval; 1723 register Lisp_Object tem, valcontents, newval;
1722 1724