summaryrefslogtreecommitdiff
path: root/src/data.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/data.c')
-rw-r--r--src/data.c4
1 files changed, 3 insertions, 1 deletions
diff --git a/src/data.c b/src/data.c
index cb6c7d2c85c..9bb90ad2d6e 100644
--- a/src/data.c
+++ b/src/data.c
@@ -1726,7 +1726,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;
{