Clarify usage of eshell-visual-options
* lisp/eshell/em-term.el (eshell-visual-options): Add second option to example usage (Bug #19627).
This commit is contained in:
parent
b443c3c748
commit
442cc39e13
1 changed files with 3 additions and 2 deletions
|
@ -102,10 +102,11 @@ See also `eshell-visual-commands' and `eshell-visual-options'."
|
|||
of commands with options that present their output in a visual
|
||||
fashion. For example, a sensible entry would be
|
||||
|
||||
(\"git\" \"--help\")
|
||||
(\"git\" \"--help\" \"--paginate\")
|
||||
|
||||
because \"git <command> --help\" shows the command's
|
||||
documentation with a pager.
|
||||
documentation with a pager and \"git --paginate <command>\"
|
||||
always uses a pager for output.
|
||||
|
||||
See also `eshell-visual-commands' and `eshell-visual-subcommands'."
|
||||
:type '(repeat (cons (string :tag "Command")
|
||||
|
|
Loading…
Add table
Reference in a new issue