# HG changeset patch # User Juanma Barranquero # Date 1025695442 0 # Node ID 654257005f05b8763a57a7a17469028072df5cdd # Parent ad5012bb5279f556f22aef86394be4715e7990ad Fix typo. diff -r ad5012bb5279 -r 654257005f05 lisp/progmodes/inf-lisp.el --- a/lisp/progmodes/inf-lisp.el Wed Jul 03 10:00:41 2002 +0000 +++ b/lisp/progmodes/inf-lisp.el Wed Jul 03 11:24:02 2002 +0000 @@ -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,