Mercurial > emacs
diff lisp/shell.el @ 46159:bd315b9fa3f0
Fix typo.
| author | Juanma Barranquero <lekktu@gmail.com> |
|---|---|
| date | Wed, 03 Jul 2002 12:01:24 +0000 |
| parents | 58a34a457ab8 |
| children | 52a504c502a5 |
line wrap: on
line diff
--- a/lisp/shell.el Wed Jul 03 11:32:20 2002 +0000 +++ b/lisp/shell.el Wed Jul 03 12:01:24 2002 +0000 @@ -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-
