]> code.delx.au - gnu-emacs/commitdiff
* data.c (Fmake_variable_frame_local): Add clarification to
authorChong Yidong <cyd@stupidchicken.com>
Fri, 28 Oct 2005 01:25:18 +0000 (01:25 +0000)
committerChong Yidong <cyd@stupidchicken.com>
Fri, 28 Oct 2005 01:25:18 +0000 (01:25 +0000)
docstring.

src/ChangeLog
src/data.c

index 4f0e4c0d9e1ccb597296ad86f5cfd02c009a4563..61a10be80dd604d8a6eeed5792c81bd7a022472b 100644 (file)
@@ -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.
 
index 02249a887fa8284997a60735300cd19620cea4cb..319f8768424908d442616904f1b712efcd282658 100644 (file)
@@ -1714,7 +1714,9 @@ it is in effect whenever the current buffer has no buffer-local binding.
 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;
 {