summaryrefslogtreecommitdiff
path: root/lisp/eshell/em-term.el
diff options
context:
space:
mode:
authorStefan Kangas <stefan@marxist.se>2021-09-19 12:45:56 +0200
committerStefan Kangas <stefan@marxist.se>2021-09-19 12:59:55 +0200
commit434c176e06e2e0e645814cd12feefe994c325565 (patch)
tree3fa5d977dc8240d0eb1a182232397e7962db587b /lisp/eshell/em-term.el
parent68b190c8b40be4f89101541be9bdcb57e2561f89 (diff)
downloademacs-434c176e06e2e0e645814cd12feefe994c325565.tar.gz
emacs-434c176e06e2e0e645814cd12feefe994c325565.tar.bz2
emacs-434c176e06e2e0e645814cd12feefe994c325565.zip
; Stylistic docfixes in eshell/*.el found by checkdoc
Diffstat (limited to 'lisp/eshell/em-term.el')
-rw-r--r--lisp/eshell/em-term.el6
1 files changed, 3 insertions, 3 deletions
diff --git a/lisp/eshell/em-term.el b/lisp/eshell/em-term.el
index d199a939a31..f9d8acccf26 100644
--- a/lisp/eshell/em-term.el
+++ b/lisp/eshell/em-term.el
@@ -92,13 +92,13 @@ See also `eshell-visual-commands' and `eshell-visual-options'."
(defcustom eshell-visual-options
nil
- "An alist of the form
+ "An alist of commands that present their output in a visual fashion.
+It has this form:
((COMMAND1 OPTION1 OPTION2...)
(COMMAND2 OPTION1 ...))
-of commands with options that present their output in a visual
-fashion. For example, a sensible entry would be
+For example, a sensible entry would be
(\"git\" \"--help\" \"--paginate\")