]> git.eshelyaron.com Git - emacs.git/commitdiff
Fix spacing (garbled by previous patch).
authorJuanma Barranquero <lekktu@gmail.com>
Wed, 3 Jul 2002 11:32:20 +0000 (11:32 +0000)
committerJuanma Barranquero <lekktu@gmail.com>
Wed, 3 Jul 2002 11:32:20 +0000 (11:32 +0000)
lisp/progmodes/inf-lisp.el

index 0ade0fd04c0401e21a03f3ec182ffa908704b03c..ec4faacb3bcf9fe628347c28734fe694ebaa8fc1 100644 (file)
@@ -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).