diff options
Diffstat (limited to 'lisp/eshell/esh-io.el')
-rw-r--r-- | lisp/eshell/esh-io.el | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/lisp/eshell/esh-io.el b/lisp/eshell/esh-io.el index 0e98aa0049e..c2471912ab8 100644 --- a/lisp/eshell/esh-io.el +++ b/lisp/eshell/esh-io.el @@ -34,7 +34,7 @@ ;;;_* Redirect to a Buffer or Process ;; ;; Buffers and processes can be named with '#<buffer buffer-name>' and -;; '#<process process-name>', respectively. As a shorthand, +;; '#<process process-name>', respectively. As a shorthand, ;; '#<buffer-name>' without the explicit "buffer" arg is equivalent to ;; '#<buffer buffer-name>'. ;; @@ -94,7 +94,7 @@ though they were files." Currently this is standard input, output and error. But even all of these Emacs does not currently support with asynchronous processes \(which is what eshell uses so that you can continue doing work in -other buffers) ." +other buffers)." :type 'integer :group 'eshell-io) |