]> git.eshelyaron.com Git - emacs.git/commitdiff
Fix typo in comment.
authorJuanma Barranquero <lekktu@gmail.com>
Sat, 10 May 2003 13:58:56 +0000 (13:58 +0000)
committerJuanma Barranquero <lekktu@gmail.com>
Sat, 10 May 2003 13:58:56 +0000 (13:58 +0000)
lisp/eshell/eshell.el

index 4f5b54294c618195ce4550816ed56318f28c16db..926b4031a87d7c41271124c5d43a8d934d534050 100644 (file)
@@ -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.