From: Richard M. Stallman Date: Wed, 7 Aug 2002 14:30:52 +0000 (+0000) Subject: (Fmake_variable_frame_local): Doc fix. X-Git-Tag: ttn-vms-21-2-B4~13741 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=76b3cecfd005b50fd988731f0d835527f0daba5b;p=emacs.git (Fmake_variable_frame_local): Doc fix. --- diff --git a/src/data.c b/src/data.c index 88d9f25d2eb..dc0ddc5108f 100644 --- a/src/data.c +++ b/src/data.c @@ -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; {