diff options
Diffstat (limited to 'lisp/eshell/esh-cmd.el')
| -rw-r--r-- | lisp/eshell/esh-cmd.el | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/lisp/eshell/esh-cmd.el b/lisp/eshell/esh-cmd.el index 535e169bcb3..72c8a239ff3 100644 --- a/lisp/eshell/esh-cmd.el +++ b/lisp/eshell/esh-cmd.el | |||
| @@ -284,7 +284,7 @@ command line.") | |||
| 284 | (defvar eshell-command-arguments nil) | 284 | (defvar eshell-command-arguments nil) |
| 285 | (defvar eshell-in-pipeline-p nil | 285 | (defvar eshell-in-pipeline-p nil |
| 286 | "Internal Eshell variable, non-nil inside a pipeline. | 286 | "Internal Eshell variable, non-nil inside a pipeline. |
| 287 | Has the value 'first, 'last for the first/last commands in the pipeline, | 287 | Has the value `first', `last' for the first/last commands in the pipeline, |
| 288 | otherwise t.") | 288 | otherwise t.") |
| 289 | (defvar eshell-in-subcommand-p nil) | 289 | (defvar eshell-in-subcommand-p nil) |
| 290 | (defvar eshell-last-arguments nil) | 290 | (defvar eshell-last-arguments nil) |
| @@ -670,8 +670,8 @@ For an external command, it means an exit code of 0." | |||
| 670 | "Separate TERMS using SEPARATOR. | 670 | "Separate TERMS using SEPARATOR. |
| 671 | If REVERSED is non-nil, the list of separated term groups will be | 671 | If REVERSED is non-nil, the list of separated term groups will be |
| 672 | returned in reverse order. If LAST-TERMS-SYM is a symbol, its value | 672 | returned in reverse order. If LAST-TERMS-SYM is a symbol, its value |
| 673 | will be set to a list of all the separator operators found (or '(list | 673 | will be set to a list of all the separator operators found (or (nil) |
| 674 | nil)' if none)." | 674 | if none)." |
| 675 | (let ((sub-terms (list t)) | 675 | (let ((sub-terms (list t)) |
| 676 | (eshell-sep-terms (list t)) | 676 | (eshell-sep-terms (list t)) |
| 677 | subchains) | 677 | subchains) |