summaryrefslogtreecommitdiff
path: root/lisp/shell.el
diff options
context:
space:
mode:
authorJuanma Barranquero <lekktu@gmail.com>2002-07-03 12:01:24 +0000
committerJuanma Barranquero <lekktu@gmail.com>2002-07-03 12:01:24 +0000
commit4696802bdef9a81448d55c4f631785b02fe18ba0 (patch)
treebc1cf03c125ea51e002c9a5b8330c5af9f00f196 /lisp/shell.el
parent443e60bfd4b4728340e545da411bb5e4fe6e9166 (diff)
downloademacs-4696802bdef9a81448d55c4f631785b02fe18ba0.tar.gz
emacs-4696802bdef9a81448d55c4f631785b02fe18ba0.tar.bz2
emacs-4696802bdef9a81448d55c4f631785b02fe18ba0.zip
Fix typo.
Diffstat (limited to 'lisp/shell.el')
-rw-r--r--lisp/shell.el6
1 files changed, 3 insertions, 3 deletions
diff --git a/lisp/shell.el b/lisp/shell.el
index 5008a773f30..94df8733265 100644
--- a/lisp/shell.el
+++ b/lisp/shell.el
@@ -31,9 +31,9 @@
;; - Olin Shivers (shivers@cs.cmu.edu)
;; - Simon Marshall (simon@gnu.org)
-;; This file defines a a shell-in-a-buffer package (shell mode) built
-;; on top of comint mode. This is actually cmushell with things
-;; renamed to replace its counterpart in Emacs 18. cmushell is more
+;; This file defines a shell-in-a-buffer package (shell mode) built on
+;; top of comint mode. This is actually cmushell with things renamed
+;; to replace its counterpart in Emacs 18. cmushell is more
;; featureful, robust, and uniform than the Emacs 18 version.
;; Since this mode is built on top of the general command-interpreter-in-