diff lisp/eshell/eshell.el @ 42686:64274328203b

Fix typo.
author Pavel Janík <Pavel@Janik.cz>
date Sat, 12 Jan 2002 21:41:26 +0000
parents 67b464da13ec
children 358616bbe6a1
line wrap: on
line diff
--- a/lisp/eshell/eshell.el	Sat Jan 12 21:40:32 2002 +0000
+++ b/lisp/eshell/eshell.el	Sat Jan 12 21:41:26 2002 +0000
@@ -352,7 +352,7 @@
 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)