]> code.delx.au - gnu-emacs/commitdiff
(Fmake_variable_frame_local): Doc fix.
authorRichard M. Stallman <rms@gnu.org>
Wed, 7 Aug 2002 14:30:52 +0000 (14:30 +0000)
committerRichard M. Stallman <rms@gnu.org>
Wed, 7 Aug 2002 14:30:52 +0000 (14:30 +0000)
src/data.c

index 88d9f25d2eb3d6922b09b10062998678d53b06a1..dc0ddc5108f3b1adbf45727e1c80c3ff31797904 100644 (file)
@@ -1632,10 +1632,10 @@ DEFUN ("make-variable-frame-local", Fmake_variable_frame_local, Smake_variable_f
        doc: /* Enable VARIABLE to have frame-local bindings.
 When a frame-local binding exists in the current frame,
 it is in effect whenever the current buffer has no buffer-local binding.
-A frame-local binding is actual a frame parameter value;
+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.
-See `modify-frame-parameters'.  */)
+See `modify-frame-parameters' for how to set frame parameters.  */)
      (variable)
      register Lisp_Object variable;
 {