Mercurial > emacs
changeset 50937:dfc70cb4fd02
Fix typo in comment.
author | Juanma Barranquero <lekktu@gmail.com> |
---|---|
date | Sat, 10 May 2003 13:58:56 +0000 |
parents | a76a0b013e3f |
children | 20b3d6c3c7e5 |
files | lisp/eshell/eshell.el |
diffstat | 1 files changed, 1 insertions(+), 1 deletions(-) [+] |
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.