aboutsummaryrefslogtreecommitdiffstats
path: root/doc/lispref/ChangeLog
diff options
context:
space:
mode:
authorTassilo Horn2013-12-25 10:12:24 +0100
committerTassilo Horn2013-12-25 10:12:24 +0100
commitff1c842a9477dee39fa20f885d64288b4947a040 (patch)
tree36261c735781ece4dc7cb04ee4b9577cf618657e /doc/lispref/ChangeLog
parent362397edd9f48bf431c8ea4ca2a88d15c5660bde (diff)
downloademacs-ff1c842a9477dee39fa20f885d64288b4947a040.tar.gz
emacs-ff1c842a9477dee39fa20f885d64288b4947a040.zip
Rephrase lexical binding requirement sentence.
* doc/lispref/control.texi (Pattern matching case statement): Rephrase lexical binding requirement: the example needs it, not `pcase' itself.
Diffstat (limited to 'doc/lispref/ChangeLog')
-rw-r--r--doc/lispref/ChangeLog5
1 files changed, 5 insertions, 0 deletions
diff --git a/doc/lispref/ChangeLog b/doc/lispref/ChangeLog
index 595102bb5ef..738dd417fd2 100644
--- a/doc/lispref/ChangeLog
+++ b/doc/lispref/ChangeLog
@@ -1,3 +1,8 @@
12013-12-25 Tassilo Horn <tsdh@gnu.org>
2
3 * control.texi (Pattern matching case statement): Rephrase lexical
4 binding requirement: the example needs it, not `pcase' itself.
5
12013-12-25 Chong Yidong <cyd@gnu.org> 62013-12-25 Chong Yidong <cyd@gnu.org>
2 7
3 * eval.texi (Eval): Document the LEXICAL arg to eval. 8 * eval.texi (Eval): Document the LEXICAL arg to eval.