changeset 8214:a13093894b9a

entered into RCS
author Richard M. Stallman <rms@gnu.org>
date Tue, 12 Jul 1994 02:10:57 +0000
parents 53a82f01e723
children 767bef8ec35b
files lispref/variables.texi
diffstat 1 files changed, 5 insertions(+), 0 deletions(-) [+]
line wrap: on
line diff
--- a/lispref/variables.texi	Tue Jul 12 01:39:30 1994 +0000
+++ b/lispref/variables.texi	Tue Jul 12 02:10:57 1994 +0000
@@ -1067,6 +1067,11 @@
      @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