]> git.eshelyaron.com Git - emacs.git/commitdiff
Fix typo.
authorJuanma Barranquero <lekktu@gmail.com>
Wed, 3 Jul 2002 11:24:02 +0000 (11:24 +0000)
committerJuanma Barranquero <lekktu@gmail.com>
Wed, 3 Jul 2002 11:24:02 +0000 (11:24 +0000)
lisp/progmodes/inf-lisp.el

index 9e2aa052cf4f9abd9884e20d63911c0aeebd265a..0ade0fd04c0401e21a03f3ec182ffa908704b03c 100644 (file)
 
 ;; Hacked from tea.el by Olin Shivers (shivers@cs.cmu.edu). 8/88
 
-;; This file defines a a lisp-in-a-buffer package (inferior-lisp
-;; mode) built on top of comint mode.  This version is more
-;; featureful, robust, and uniform than the Emacs 18 version.  The
-;; key bindings are also more compatible with the bindings of Hemlock
-;; and Zwei (the Lisp Machine emacs).
+;; This file defines a lisp-in-a-buffer package (inferior-lisp mode)
+;; built on top of comint mode. This version is more featureful,
+;; robust, and uniform than the Emacs 18 version. The key bindings are
+;; also more compatible with the bindings of Hemlock and Zwei (the
+;; Lisp Machine emacs).
 
 ;; Since this mode is built on top of the general command-interpreter-in-
 ;; a-buffer mode (comint mode), it shares a common base functionality,