# HG changeset patch # User Chong Yidong # Date 1130462718 0 # Node ID 7e10b1cb2a67f87a9a291943b942175f32801ac3 # Parent 06ed4e88d849ff5bc6a03a38f691a8de7a1f978f * data.c (Fmake_variable_frame_local): Add clarification to docstring. diff -r 06ed4e88d849 -r 7e10b1cb2a67 src/ChangeLog --- a/src/ChangeLog Thu Oct 27 22:57:30 2005 +0000 +++ b/src/ChangeLog Fri Oct 28 01:25:18 2005 +0000 @@ -1,5 +1,8 @@ 2005-10-27 Chong Yidong + * data.c (Fmake_variable_frame_local): Add clarification to + docstring. + * fringe.c (update_window_fringes): Handle case where buffer ends with a newline. diff -r 06ed4e88d849 -r 7e10b1cb2a67 src/data.c --- a/src/data.c Thu Oct 27 22:57:30 2005 +0000 +++ b/src/data.c Fri Oct 28 01:25:18 2005 +0000 @@ -1714,7 +1714,9 @@ 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; {