emacs-diffs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Emacs-diffs] emacs-25 442cc39 2/3: Clarify usage of eshell-visual-optio


From: Noam Postavsky
Subject: [Emacs-diffs] emacs-25 442cc39 2/3: Clarify usage of eshell-visual-options
Date: Fri, 29 Jul 2016 00:10:33 +0000 (UTC)

branch: emacs-25
commit 442cc39e138a3cc9e281fb09e179370f65d81ba2
Author: Noam Postavsky <address@hidden>
Commit: Noam Postavsky <address@hidden>

    Clarify usage of eshell-visual-options
    
    * lisp/eshell/em-term.el (eshell-visual-options): Add second option to
    example usage (Bug #19627).
---
 lisp/eshell/em-term.el |    5 +++--
 1 file changed, 3 insertions(+), 2 deletions(-)

diff --git a/lisp/eshell/em-term.el b/lisp/eshell/em-term.el
index 3e5de0c..208629c 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 <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")



reply via email to

[Prev in Thread] Current Thread [Next in Thread]