aboutsummaryrefslogtreecommitdiffstats
path: root/lisp/eshell
diff options
context:
space:
mode:
Diffstat (limited to 'lisp/eshell')
-rw-r--r--lisp/eshell/em-term.el5
1 files changed, 3 insertions, 2 deletions
diff --git a/lisp/eshell/em-term.el b/lisp/eshell/em-term.el
index 3e5de0c0097..208629ce135 100644
--- a/lisp/eshell/em-term.el
+++ b/lisp/eshell/em-term.el
@@ -102,10 +102,11 @@ See also `eshell-visual-commands' and `eshell-visual-options'."
102of commands with options that present their output in a visual 102of commands with options that present their output in a visual
103fashion. For example, a sensible entry would be 103fashion. For example, a sensible entry would be
104 104
105 (\"git\" \"--help\") 105 (\"git\" \"--help\" \"--paginate\")
106 106
107because \"git <command> --help\" shows the command's 107because \"git <command> --help\" shows the command's
108documentation with a pager. 108documentation with a pager and \"git --paginate <command>\"
109always uses a pager for output.
109 110
110See also `eshell-visual-commands' and `eshell-visual-subcommands'." 111See also `eshell-visual-commands' and `eshell-visual-subcommands'."
111 :type '(repeat (cons (string :tag "Command") 112 :type '(repeat (cons (string :tag "Command")