changeset 7432:3c999b2b5de8

[project @ 2008-01-30 09:11:58 by jwe]
author jwe
date Wed, 30 Jan 2008 09:11:58 +0000
parents 1edef460c5fe
children 402168152bb9
files src/ChangeLog src/pager.cc
diffstat 2 files changed, 5 insertions(+), 0 deletions(-) [+]
line wrap: on
line diff
--- a/src/ChangeLog
+++ b/src/ChangeLog
@@ -1,3 +1,7 @@
+2008-01-30  Thomas Weber  <thomas.weber.mail@gmail.com>
+
+	* pager.cc (Fmore): Doc fix.
+
 2008-01-28  Michael Goffioul <michael.goffioul@gmail.com>
 
 	* genprops.awk: Add update ('u') modifier and document the
--- a/src/pager.cc
+++ b/src/pager.cc
@@ -496,6 +496,7 @@
 @deffnx {Command} more off\n\
 Turn output pagination on or off.  Without an argument, @code{more}\n\
 toggles the current state.\n\
+The current state can be determined via @code{page_screen_output}.\n\
 @end deffn")
 {
   octave_value_list retval;