aboutsummaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
authorRichard M. Stallman2002-08-07 14:30:52 +0000
committerRichard M. Stallman2002-08-07 14:30:52 +0000
commit76b3cecfd005b50fd988731f0d835527f0daba5b (patch)
tree596772e093983d6770162e6da9150f787636a63d /src
parente893d912fd0605e0a8fc5930ded70cdfabf6c3bc (diff)
downloademacs-76b3cecfd005b50fd988731f0d835527f0daba5b.tar.gz
emacs-76b3cecfd005b50fd988731f0d835527f0daba5b.zip
(Fmake_variable_frame_local): Doc fix.
Diffstat (limited to 'src')
-rw-r--r--src/data.c4
1 files changed, 2 insertions, 2 deletions
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
1632 doc: /* Enable VARIABLE to have frame-local bindings. 1632 doc: /* Enable VARIABLE to have frame-local bindings.
1633When a frame-local binding exists in the current frame, 1633When a frame-local binding exists in the current frame,
1634it is in effect whenever the current buffer has no buffer-local binding. 1634it is in effect whenever the current buffer has no buffer-local binding.
1635A frame-local binding is actual a frame parameter value; 1635A frame-local binding is actually a frame parameter value;
1636thus, any given frame has a local binding for VARIABLE 1636thus, any given frame has a local binding for VARIABLE
1637if it has a value for the frame parameter named VARIABLE. 1637if it has a value for the frame parameter named VARIABLE.
1638See `modify-frame-parameters'. */) 1638See `modify-frame-parameters' for how to set frame parameters. */)
1639 (variable) 1639 (variable)
1640 register Lisp_Object variable; 1640 register Lisp_Object variable;
1641{ 1641{