# HG changeset patch # User Juanma Barranquero # Date 1052575136 0 # Node ID dfc70cb4fd02726e288501d4d936eff3fd4343b9 # Parent a76a0b013e3f73955a9c0def18f73df9e0ae2193 Fix typo in comment. diff -r a76a0b013e3f -r dfc70cb4fd02 lisp/eshell/eshell.el --- 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.