emacs-diffs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

master c54080aebd1: Doc fix; explain what it means if comint-pager is ni


From: Stefan Kangas
Subject: master c54080aebd1: Doc fix; explain what it means if comint-pager is nil
Date: Sun, 10 Sep 2023 10:46:06 -0400 (EDT)

branch: master
commit c54080aebd1e5a0fa122be1421ce660d4135c9c0
Author: Stefan Kangas <stefankangas@gmail.com>
Commit: Stefan Kangas <stefankangas@gmail.com>

    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



reply via email to

[Prev in Thread] Current Thread [Next in Thread]