Mercurial > emacs
changeset 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 | 06ed4e88d849 |
children | ea959f21cde8 |
files | src/ChangeLog src/data.c |
diffstat | 2 files changed, 6 insertions(+), 1 deletions(-) [+] |
line wrap: on
line diff
--- 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 <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/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; {