summaryrefslogtreecommitdiff
path: root/lisp/eshell
diff options
context:
space:
mode:
authorPavel Janík <Pavel@Janik.cz>2002-01-12 21:41:26 +0000
committerPavel Janík <Pavel@Janik.cz>2002-01-12 21:41:26 +0000
commitb9d67a772da09c8055cba87a5e0f5a44a55b4f6f (patch)
tree41b3f5c12f8093c34a0315609eadfe5ae088660b /lisp/eshell
parentf30fe18bf9f2ca5ecd250cab41a6711e8e74cede (diff)
downloademacs-b9d67a772da09c8055cba87a5e0f5a44a55b4f6f.tar.gz
Fix typo.
Diffstat (limited to 'lisp/eshell')
-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 1ac4d6fb43a..7515f1792c9 100644
--- a/lisp/eshell/eshell.el
+++ b/lisp/eshell/eshell.el
@@ -352,7 +352,7 @@ the tasks accomplished by such tools."
The buffer used for Eshell sessions is determined by the value of
`eshell-buffer-name'. If there is already an Eshell session active in
that buffer, Emacs will simply switch to it. Otherwise, a new session
-will begin. A new session is always created if the the prefix
+will begin. A new session is always created if the prefix
argument ARG is specified. Returns the buffer selected (or created)."
(interactive "P")
(assert eshell-buffer-name)