# HG changeset patch # User Juanma Barranquero # Date 1025695940 0 # Node ID 61df14a62e39cba0b1920cc5b062638311648b40 # Parent 0fdf41e45be27f15ec7759f3e9e686d4b9d6a0ed Fix spacing (garbled by previous patch). diff -r 0fdf41e45be2 -r 61df14a62e39 lisp/progmodes/inf-lisp.el --- a/lisp/progmodes/inf-lisp.el Wed Jul 03 11:31:02 2002 +0000 +++ b/lisp/progmodes/inf-lisp.el Wed Jul 03 11:32:20 2002 +0000 @@ -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).