diff options
Diffstat (limited to 'lisp/eshell/esh-io.el')
-rw-r--r-- | lisp/eshell/esh-io.el | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lisp/eshell/esh-io.el b/lisp/eshell/esh-io.el index 0e98aa0049e..0e6121031dc 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>'. ;; |