]> git.eshelyaron.com Git - emacs.git/commitdiff
Doc fix; explain what it means if comint-pager is nil
authorStefan Kangas <stefankangas@gmail.com>
Sun, 10 Sep 2023 14:44:08 +0000 (16:44 +0200)
committerStefan Kangas <stefankangas@gmail.com>
Sun, 10 Sep 2023 14:45:59 +0000 (16:45 +0200)
* lisp/comint.el (comint-pager): Doc fix; explain the meaning of the
default nil value.

lisp/comint.el

index 4c49d27dd52fd4deb097b1b33574613c50d2e49b..97b483717525ca092452be5908134d6ff6b7448f 100644 (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