2005-10-27 Chong Yidong <cyd@stupidchicken.com>
+ * data.c (Fmake_variable_frame_local): Add clarification to
+ docstring.
+
* fringe.c (update_window_fringes): Handle case where buffer ends
with a newline.
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. Return VARIABLE.
-See `modify-frame-parameters' for how to set frame parameters. */)
+
+This function does not in itself create any frame-local bindings for
+VARIABLE. See `modify-frame-parameters' for how to set frame parameters. */)
(variable)
register Lisp_Object variable;
{