Mercurial > emacs
changeset 46831:06e2e0c47046
(Fmake_variable_frame_local): Doc fix.
author | Richard M. Stallman <rms@gnu.org> |
---|---|
date | Wed, 07 Aug 2002 14:30:52 +0000 |
parents | fa2c544d95fd |
children | 3e86025ff134 |
files | src/data.c |
diffstat | 1 files changed, 2 insertions(+), 2 deletions(-) [+] |
line wrap: on
line diff
--- a/src/data.c Wed Aug 07 14:26:28 2002 +0000 +++ b/src/data.c Wed Aug 07 14:30:52 2002 +0000 @@ -1632,10 +1632,10 @@ 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; {