summaryrefslogtreecommitdiff
path: root/lispref/variables.texi
diff options
context:
space:
mode:
authorRichard M. Stallman <rms@gnu.org>1994-07-12 02:10:57 +0000
committerRichard M. Stallman <rms@gnu.org>1994-07-12 02:10:57 +0000
commitbd4b86238c93f789f5c8f9e61804c54fe6efbdd8 (patch)
treead90511e337cfa316df870fa4d24e112ad056c5e /lispref/variables.texi
parentcca0dd21cc49193f701b346ccb7142d90f8f501e (diff)
downloademacs-bd4b86238c93f789f5c8f9e61804c54fe6efbdd8.tar.gz
entered into RCS
Diffstat (limited to 'lispref/variables.texi')
-rw-r--r--lispref/variables.texi5
1 files changed, 5 insertions, 0 deletions
diff --git a/lispref/variables.texi b/lispref/variables.texi
index a7fbb56e590..cc69742be50 100644
--- a/lispref/variables.texi
+++ b/lispref/variables.texi
@@ -1067,6 +1067,11 @@ foo
@result{} 5
@end group
@end example
+
+Making a variable buffer-local within a @code{let}-binding for that
+variable does not work. This is because @code{let} does not distinguish
+between different kinds of bindings; it knows only which variable the
+binding was made for.
@end deffn
@deffn Command make-variable-buffer-local variable