# HG changeset patch # User Chong Yidong # Date 1235410885 0 # Node ID fdc43daf966d61e94ebc8486dbcff837daee9546 # Parent 13a81d1fb442a73f07fb1eb2bd0dd5cde5e6c934 * 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. diff -r 13a81d1fb442 -r fdc43daf966d doc/lispref/ChangeLog --- 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 + + * 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 * processes.texi (System Processes): Rename `system-process-attributes'