Mercurial > emacs
changeset 102220:fdc43daf966d
* control.texi (Control Structures): Add cindex entry for "textual
order".
* eval.texi (Intro Eval): Copyedits. Standardize on "form"
instead of "expression" throughout.
(Function Indirection): Copyedits. Use active voice.
(Eval): The default value of max-lisp-eval-depth is now 400.
author | Chong Yidong <cyd@stupidchicken.com> |
---|---|
date | Mon, 23 Feb 2009 17:41:25 +0000 |
parents | 13a81d1fb442 |
children | 12ca674f1a3c |
files | doc/lispref/ChangeLog |
diffstat | 1 files changed, 10 insertions(+), 0 deletions(-) [+] |
line wrap: on
line diff
--- a/doc/lispref/ChangeLog Mon Feb 23 15:27:40 2009 +0000 +++ b/doc/lispref/ChangeLog Mon Feb 23 17:41:25 2009 +0000 @@ -1,3 +1,13 @@ +2009-02-23 Chong Yidong <cyd@stupidchicken.com> + + * control.texi (Control Structures): Add cindex entry for "textual + order". + + * eval.texi (Intro Eval): Copyedits. Standardize on "form" + instead of "expression" throughout. + (Function Indirection): Copyedits. Use active voice. + (Eval): The default value of max-lisp-eval-depth is now 400. + 2009-02-23 Miles Bader <miles@gnu.org> * processes.texi (System Processes): Rename `system-process-attributes'