# HG changeset patch # User Soren Hauberg # Date 1243426232 -7200 # Node ID aa2e52bd82dd544b850d9d34906a0aa2ccef333d # Parent 0dc1d0f1f79c1f7bce9f0e867a68071808ae25f9 Fix call to page_screen_output in the Bugs chapter of the manual diff -r 0dc1d0f1f79c -r aa2e52bd82dd doc/ChangeLog --- a/doc/ChangeLog Wed Jun 03 13:51:41 2009 +0200 +++ b/doc/ChangeLog Wed May 27 14:10:32 2009 +0200 @@ -7,6 +7,10 @@ * interpreter/oop.txi: Update docs of polynomial class, mention chained indexing. +2009-05-27 Søren Hauberg + + * interpreter/bugs.txi: fix call to 'page_screen_output'. + 2009-05-25 Rik * interpreter/Makefile.in: Add texmf.cnf to list of distributed files diff -r 0dc1d0f1f79c -r aa2e52bd82dd doc/interpreter/bugs.txi --- a/doc/interpreter/bugs.txi Wed Jun 03 13:51:41 2009 +0200 +++ b/doc/interpreter/bugs.txi Wed May 27 14:10:32 2009 +0200 @@ -79,7 +79,7 @@ Another possible workaround is to use the command @example -page_screen_output = "false" +page_screen_output (false); @end example @noindent