# HG changeset patch # User jwe # Date 1201684318 0 # Node ID 3c999b2b5de83d8196a5adcd5c8f69b3f0263d33 # Parent 1edef460c5fe0464fc031fb0c0973361bf1d96f9 [project @ 2008-01-30 09:11:58 by jwe] diff --git a/src/ChangeLog b/src/ChangeLog --- a/src/ChangeLog +++ b/src/ChangeLog @@ -1,3 +1,7 @@ +2008-01-30 Thomas Weber + + * pager.cc (Fmore): Doc fix. + 2008-01-28 Michael Goffioul * genprops.awk: Add update ('u') modifier and document the diff --git a/src/pager.cc b/src/pager.cc --- 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;