# HG changeset patch # User jwe # Date 830693030 0 # Node ID 8a40a2a677fa3e7f3438495e81387d0a793e2fc1 # Parent c64b49a4cba3454fa49cb5926614b3e2bb08b672 [project @ 1996-04-28 12:03:50 by jwe] diff --git a/src/pager.cc b/src/pager.cc --- a/src/pager.cc +++ b/src/pager.cc @@ -396,7 +396,7 @@ "path to pager binary"); DEFVAR (page_output_immediately, 1.0, 0, page_output_immediately, - "if possible, send output intended for the screen through the pager"); + "if paging output, start sending it as soon as it is available"); DEFVAR (page_screen_output, 1.0, 0, page_screen_output, "if possible, send output intended for the screen through the pager");