diff options
author | Richard M. Stallman <rms@gnu.org> | 1994-07-12 02:10:57 +0000 |
---|---|---|
committer | Richard M. Stallman <rms@gnu.org> | 1994-07-12 02:10:57 +0000 |
commit | e85051798a4dfe750a82d0f0be86138d1ddf4dbb (patch) | |
tree | f7b23b640ec9df380eb98908bf008f04a5ba79a3 /lispref/variables.texi | |
parent | 575b5b9a196c47f492686e8ac4fe044b071550c8 (diff) | |
download | emacs-e85051798a4dfe750a82d0f0be86138d1ddf4dbb.tar.gz |
entered into RCS
Diffstat (limited to 'lispref/variables.texi')
-rw-r--r-- | lispref/variables.texi | 5 |
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 |