Doc fix; explain what it means if comint-pager is nil

* lisp/comint.el (comint-pager): Doc fix; explain the meaning of the
default nil value.
This commit is contained in:
Stefan Kangas 2023-09-10 16:44:08 +02:00
parent b6032f0fe4
commit c54080aebd

View file

@ -260,6 +260,7 @@ to set this in a mode hook, rather than customize the default value."
(defcustom comint-pager nil
"If non-nil, the program to use for pagination of program output.
If nil, use the default pager.
Some programs produce large amounts of output, and have provision for
pagination of their output through a filter program, commonly known as