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:
parent
b6032f0fe4
commit
c54080aebd
1 changed files with 1 additions and 0 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Reference in a new issue