From c54080aebd1e5a0fa122be1421ce660d4135c9c0 Mon Sep 17 00:00:00 2001 From: Stefan Kangas Date: Sun, 10 Sep 2023 16:44:08 +0200 Subject: [PATCH] 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. --- lisp/comint.el | 1 + 1 file changed, 1 insertion(+) diff --git a/lisp/comint.el b/lisp/comint.el index 4c49d27dd52..97b48371752 100644 --- a/lisp/comint.el +++ b/lisp/comint.el @@ -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 -- 2.39.5