]> git.eshelyaron.com Git - emacs.git/commitdiff
Clarify usage of eshell-visual-options
authorNoam Postavsky <npostavs@gmail.com>
Mon, 4 Jul 2016 02:41:48 +0000 (22:41 -0400)
committerNoam Postavsky <npostavs@gmail.com>
Thu, 28 Jul 2016 23:57:51 +0000 (19:57 -0400)
* lisp/eshell/em-term.el (eshell-visual-options): Add second option to
example usage (Bug #19627).

lisp/eshell/em-term.el

index 3e5de0c0097a591c5bbe4d26a4f80aeb0d8ae9dd..208629ce13543491edda9456f018fb5a3abe6da3 100644 (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")