changeset 11628:675540578532 release-3-0-x

[3-0-0-branch @ 2008-01-30 09:12:03 by jwe]
author jwe
date Wed, 30 Jan 2008 09:12:03 +0000
parents c12c1e81542f
children bc19cf26ff0b
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  John W. Eaton  <jwe@octave.org>
 
 	* oct-stream.cc (BEGIN_CHAR_CLASS_CONVERSION): Handle width properly.
--- 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;