master 9d48c8e69f2: ; * doc/misc/eshell.texi (Lisp Pipelines): Clarify wording.
Jim Porter <[email protected]>
| Newsgroups | gmane.emacs.diffs |
|---|---|
| Message-ID | <[email protected]> |
branch: master commit 9d48c8e69f287aadda23ac2f34dab134d30123a9 Author: Jim Porter <[email protected]> Commit: Jim Porter <[email protected]> ; * doc/misc/eshell.texi (Lisp Pipelines): Clarify wording. --- doc/misc/eshell.texi | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/doc/misc/eshell.texi b/doc/misc/eshell.texi index 92f1d296469..82e56b3d800 100644 --- a/doc/misc/eshell.texi +++ b/doc/misc/eshell.texi @@ -2529,7 +2529,7 @@ another command's input, you can use the @code{|&} operator. @node Lisp Pipelines @subsection Lisp Pipelines -In addition to piping data to ordinary programs on your system, Eshell +In addition to piping data to external programs on your system, Eshell supports piping to ordinary Lisp functions. This lets you mix and match external commands and Lisp functions in your pipelines to manipulate output however works best. Normally in Eshell, entering the bare name