From: Juanma Barranquero Date: Wed, 3 Jul 2002 11:24:02 +0000 (+0000) Subject: Fix typo. X-Git-Tag: ttn-vms-21-2-B4~14330 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=d864d774698e41550e84f7d86194989574bebd3b;p=emacs.git Fix typo. --- diff --git a/lisp/progmodes/inf-lisp.el b/lisp/progmodes/inf-lisp.el index 9e2aa052cf4..0ade0fd04c0 100644 --- a/lisp/progmodes/inf-lisp.el +++ b/lisp/progmodes/inf-lisp.el @@ -26,11 +26,11 @@ ;; 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,