projects
/
emacs.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
b6032f0
)
Doc fix; explain what it means if comint-pager is nil
author
Stefan Kangas
<stefankangas@gmail.com>
Sun, 10 Sep 2023 14:44:08 +0000
(16:44 +0200)
committer
Stefan 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
patch
|
blob
|
history
diff --git
a/lisp/comint.el
b/lisp/comint.el
index 4c49d27dd52fd4deb097b1b33574613c50d2e49b..97b483717525ca092452be5908134d6ff6b7448f 100644
(file)
--- 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