From: Juanma Barranquero Date: Sat, 10 May 2003 13:58:56 +0000 (+0000) Subject: Fix typo in comment. X-Git-Tag: ttn-vms-21-2-B4~10213 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=933dcf49eb3d9c51a18047d2d7ab28a50609d138;p=emacs.git Fix typo in comment. --- 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." ;; @ 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.