Mercurial > emacs
diff lisp/eshell/eshell.el @ 50937:dfc70cb4fd02
Fix typo in comment.
| author | Juanma Barranquero <lekktu@gmail.com> |
|---|---|
| date | Sat, 10 May 2003 13:58:56 +0000 |
| parents | 9f4f7bee7b8d |
| children | 695cf19ef79e |
line wrap: on
line diff
--- a/lisp/eshell/eshell.el Sat May 10 13:50:04 2003 +0000 +++ b/lisp/eshell/eshell.el Sat May 10 13:58:56 2003 +0000 @@ -64,7 +64,7 @@ ;; @ Command argument completion (tcsh, zsh) ;; @ Input history management (bash) ;; @ Intelligent output scrolling -;; @ Psuedo-devices (such as "/dev/clip" for copying to the clipboard) +;; @ Pseudo-devices (such as "/dev/clip" for copying to the clipboard) ;; @ Extended globbing (zsh) ;; @ Argument and globbing predication (zsh) ;; @ I/O redirection to buffers, files, symbols, processes, etc.
