# HG changeset patch # User Rik # Date 1572308091 25200 # Node ID 08394c4cf18034d79d65ebde6bd002fa4c10e598 # Parent e7df1df55f0e502f4428aadaa616cc2979ae13b9# Parent f6417502613a393797601ea747df64ce289e6e73 maint: merge stable to default. diff -r e7df1df55f0e -r 08394c4cf180 libinterp/corefcn/pager.cc --- a/libinterp/corefcn/pager.cc Mon Oct 28 17:14:34 2019 -0700 +++ b/libinterp/corefcn/pager.cc Mon Oct 28 17:14:51 2019 -0700 @@ -657,8 +657,10 @@ Query or set the internal variable that controls whether Octave sends output to the pager as soon as it is available. -Otherwise, Octave buffers its output and waits until just before the prompt -is printed to flush it to the pager. +When the value is @code{false}, Octave buffers its output and waits until just +before the prompt is printed to flush it to the pager. This is the default. + +When @code{page_screen_output} is @code{false}, this variable has no effect. When called from inside a function with the @qcode{"local"} option, the variable is changed locally for the function and any subroutines it calls.