]> git.eshelyaron.com Git - emacs.git/commit
Move and edit text about lexical environment representation
authorMattias Engdegård <mattiase@acm.org>
Fri, 20 Oct 2023 14:58:18 +0000 (16:58 +0200)
committerMattias Engdegård <mattiase@acm.org>
Sat, 21 Oct 2023 11:10:56 +0000 (13:10 +0200)
commit9c82f4805901a3670398370e5f7bf312d105b768
tree9689cfe8f07148a15ec1cd4213bf8db96f29dd0d
parente367d1862db1ac9a2fed9ae2902c54e0ad88d4d1
Move and edit text about lexical environment representation

It's only relevant for the second argument to `eval`; the actual
internal representation is an implementation matter and usually
different from what was described here.

* doc/lispref/variables.texi (Lexical Binding): Move the relevant
part of the description of the internal representation of
lexical environments from here...
* doc/lispref/eval.texi (Eval): ...to here, where it belongs.
doc/lispref/eval.texi
doc/lispref/variables.texi