changeset 9292:aa2e52bd82dd

Fix call to page_screen_output in the Bugs chapter of the manual
author Soren Hauberg <hauberg@gmail.com>
date Wed, 27 May 2009 14:10:32 +0200
parents 0dc1d0f1f79c
children d371cb65428a
files doc/ChangeLog doc/interpreter/bugs.txi
diffstat 2 files changed, 5 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- 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  <hauberg@gmail.com>
+
+	* interpreter/bugs.txi: fix call to 'page_screen_output'.
+
 2009-05-25  Rik  <rdrider0-list@yahoo.com>
 
 	* interpreter/Makefile.in: Add texmf.cnf to list of distributed files
--- 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