diff options
author | Stefan Kangas <stefan@marxist.se> | 2021-09-19 12:45:56 +0200 |
---|---|---|
committer | Stefan Kangas <stefan@marxist.se> | 2021-09-19 12:59:55 +0200 |
commit | 434c176e06e2e0e645814cd12feefe994c325565 (patch) | |
tree | 3fa5d977dc8240d0eb1a182232397e7962db587b /lisp/eshell/em-term.el | |
parent | 68b190c8b40be4f89101541be9bdcb57e2561f89 (diff) | |
download | emacs-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.el | 6 |
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\") |