diff options
| author | Tassilo Horn | 2013-12-25 10:12:24 +0100 |
|---|---|---|
| committer | Tassilo Horn | 2013-12-25 10:12:24 +0100 |
| commit | ff1c842a9477dee39fa20f885d64288b4947a040 (patch) | |
| tree | 36261c735781ece4dc7cb04ee4b9577cf618657e /doc/lispref/ChangeLog | |
| parent | 362397edd9f48bf431c8ea4ca2a88d15c5660bde (diff) | |
| download | emacs-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/ChangeLog | 5 |
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 @@ | |||
| 1 | 2013-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 | |||
| 1 | 2013-12-25 Chong Yidong <cyd@gnu.org> | 6 | 2013-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. |