projects
/
emacs.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
686c366
)
* doc/lispref/elisp.texi (Top): Add missing entry.
author
Stefan Kangas
<stefan@marxist.se>
Sun, 11 Apr 2021 12:14:42 +0000
(14:14 +0200)
committer
Stefan Kangas
<stefan@marxist.se>
Sun, 11 Apr 2021 12:24:04 +0000
(14:24 +0200)
doc/lispref/elisp.texi
patch
|
blob
|
history
diff --git
a/doc/lispref/elisp.texi
b/doc/lispref/elisp.texi
index dade8555187f258df63c930c41272881bbfc3d23..be0c835b035822d32bddc006c4f4feb931b92221 100644
(file)
--- a/
doc/lispref/elisp.texi
+++ b/
doc/lispref/elisp.texi
@@
-531,6
+531,7
@@
Scoping Rules for Variable Bindings
* Dynamic Binding Tips:: Avoiding problems with dynamic binding.
* Lexical Binding:: A different type of local variable binding.
* Using Lexical Binding:: How to enable lexical binding.
+* Converting to Lexical Binding:: Convert existing code to lexical binding.
Buffer-Local Variables