From: Juanma Barranquero Date: Wed, 3 Jul 2002 11:32:20 +0000 (+0000) Subject: Fix spacing (garbled by previous patch). X-Git-Tag: ttn-vms-21-2-B4~14325 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=443e60bfd4b4728340e545da411bb5e4fe6e9166;p=emacs.git Fix spacing (garbled by previous patch). --- diff --git a/lisp/progmodes/inf-lisp.el b/lisp/progmodes/inf-lisp.el index 0ade0fd04c0..ec4faacb3bc 100644 --- a/lisp/progmodes/inf-lisp.el +++ b/lisp/progmodes/inf-lisp.el @@ -27,8 +27,8 @@ ;; Hacked from tea.el by Olin Shivers (shivers@cs.cmu.edu). 8/88 ;; 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 +;; 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).