Mercurial > emacs
diff 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 |
line wrap: on
line diff
--- 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; {
