1
0
mirror of https://git.savannah.gnu.org/git/emacs.git synced 2025-01-07 15:21:46 +00:00

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:
Noam Postavsky 2016-07-03 22:41:48 -04:00
parent b443c3c748
commit 442cc39e13

View File

@ -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")