From: Noam Postavsky Date: Mon, 4 Jul 2016 02:41:48 +0000 (-0400) Subject: Clarify usage of eshell-visual-options X-Git-Tag: emacs-25.1-rc2~34 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=442cc39;p=emacs.git Clarify usage of eshell-visual-options * lisp/eshell/em-term.el (eshell-visual-options): Add second option to example usage (Bug #19627). --- 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'." 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 --help\" shows the command's -documentation with a pager. +documentation with a pager and \"git --paginate \" +always uses a pager for output. See also `eshell-visual-commands' and `eshell-visual-subcommands'." :type '(repeat (cons (string :tag "Command")