diff options
| author | Juanma Barranquero | 2003-05-10 13:58:56 +0000 |
|---|---|---|
| committer | Juanma Barranquero | 2003-05-10 13:58:56 +0000 |
| commit | 933dcf49eb3d9c51a18047d2d7ab28a50609d138 (patch) | |
| tree | 83045b894b72d422073f7a8bc6b38c91dbad3cdd | |
| parent | 7ecf251bbf2570eb8a09430e1b6c9d104a4da902 (diff) | |
| download | emacs-933dcf49eb3d9c51a18047d2d7ab28a50609d138.tar.gz emacs-933dcf49eb3d9c51a18047d2d7ab28a50609d138.zip | |
Fix typo in comment.
| -rw-r--r-- | lisp/eshell/eshell.el | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lisp/eshell/eshell.el b/lisp/eshell/eshell.el index 4f5b54294c6..926b4031a87 100644 --- a/lisp/eshell/eshell.el +++ b/lisp/eshell/eshell.el | |||
| @@ -64,7 +64,7 @@ the tasks accomplished by such tools." | |||
| 64 | ;; @ Command argument completion (tcsh, zsh) | 64 | ;; @ Command argument completion (tcsh, zsh) |
| 65 | ;; @ Input history management (bash) | 65 | ;; @ Input history management (bash) |
| 66 | ;; @ Intelligent output scrolling | 66 | ;; @ Intelligent output scrolling |
| 67 | ;; @ Psuedo-devices (such as "/dev/clip" for copying to the clipboard) | 67 | ;; @ Pseudo-devices (such as "/dev/clip" for copying to the clipboard) |
| 68 | ;; @ Extended globbing (zsh) | 68 | ;; @ Extended globbing (zsh) |
| 69 | ;; @ Argument and globbing predication (zsh) | 69 | ;; @ Argument and globbing predication (zsh) |
| 70 | ;; @ I/O redirection to buffers, files, symbols, processes, etc. | 70 | ;; @ I/O redirection to buffers, files, symbols, processes, etc. |