summaryrefslogtreecommitdiff
path: root/lisp/eshell/eshell.el
diff options
context:
space:
mode:
authorJuanma Barranquero <lekktu@gmail.com>2003-05-10 13:58:56 +0000
committerJuanma Barranquero <lekktu@gmail.com>2003-05-10 13:58:56 +0000
commit933dcf49eb3d9c51a18047d2d7ab28a50609d138 (patch)
tree83045b894b72d422073f7a8bc6b38c91dbad3cdd /lisp/eshell/eshell.el
parent7ecf251bbf2570eb8a09430e1b6c9d104a4da902 (diff)
downloademacs-933dcf49eb3d9c51a18047d2d7ab28a50609d138.tar.gz
Fix typo in comment.
Diffstat (limited to 'lisp/eshell/eshell.el')
-rw-r--r--lisp/eshell/eshell.el2
1 files changed, 1 insertions, 1 deletions
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.