comparison 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
comparison
equal deleted inserted replaced
46158:61df14a62e39 46159:bd315b9fa3f0
29 ;; Please send me bug reports, bug fixes, and extensions, so that I can 29 ;; Please send me bug reports, bug fixes, and extensions, so that I can
30 ;; merge them into the master source. 30 ;; merge them into the master source.
31 ;; - Olin Shivers (shivers@cs.cmu.edu) 31 ;; - Olin Shivers (shivers@cs.cmu.edu)
32 ;; - Simon Marshall (simon@gnu.org) 32 ;; - Simon Marshall (simon@gnu.org)
33 33
34 ;; This file defines a a shell-in-a-buffer package (shell mode) built 34 ;; This file defines a shell-in-a-buffer package (shell mode) built on
35 ;; on top of comint mode. This is actually cmushell with things 35 ;; top of comint mode. This is actually cmushell with things renamed
36 ;; renamed to replace its counterpart in Emacs 18. cmushell is more 36 ;; to replace its counterpart in Emacs 18. cmushell is more
37 ;; featureful, robust, and uniform than the Emacs 18 version. 37 ;; featureful, robust, and uniform than the Emacs 18 version.
38 38
39 ;; Since this mode is built on top of the general command-interpreter-in- 39 ;; Since this mode is built on top of the general command-interpreter-in-
40 ;; a-buffer mode (comint mode), it shares a common base functionality, 40 ;; a-buffer mode (comint mode), it shares a common base functionality,
41 ;; and a common set of bindings, with all modes derived from comint mode. 41 ;; and a common set of bindings, with all modes derived from comint mode.