diff options
author | Juanma Barranquero <lekktu@gmail.com> | 2002-07-03 11:32:20 +0000 |
---|---|---|
committer | Juanma Barranquero <lekktu@gmail.com> | 2002-07-03 11:32:20 +0000 |
commit | 443e60bfd4b4728340e545da411bb5e4fe6e9166 (patch) | |
tree | ede186eec1f01ff99ae67a4a7e11e820a12fa363 /lisp/progmodes/inf-lisp.el | |
parent | bcae6433af09c4eaeed82e1f4c8906d968d8b654 (diff) | |
download | emacs-443e60bfd4b4728340e545da411bb5e4fe6e9166.tar.gz |
Fix spacing (garbled by previous patch).
Diffstat (limited to 'lisp/progmodes/inf-lisp.el')
-rw-r--r-- | lisp/progmodes/inf-lisp.el | 4 |
1 files changed, 2 insertions, 2 deletions
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). |