aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJuanma Barranquero2002-07-03 11:24:02 +0000
committerJuanma Barranquero2002-07-03 11:24:02 +0000
commitd864d774698e41550e84f7d86194989574bebd3b (patch)
tree6176545b2a006d7491187d0321996d2a4be93532
parent25f78d1872c83d7f3e3e1f7b6a0a93ca8321c1d0 (diff)
downloademacs-d864d774698e41550e84f7d86194989574bebd3b.tar.gz
emacs-d864d774698e41550e84f7d86194989574bebd3b.zip
Fix typo.
-rw-r--r--lisp/progmodes/inf-lisp.el10
1 files changed, 5 insertions, 5 deletions
diff --git a/lisp/progmodes/inf-lisp.el b/lisp/progmodes/inf-lisp.el
index 9e2aa052cf4..0ade0fd04c0 100644
--- a/lisp/progmodes/inf-lisp.el
+++ b/lisp/progmodes/inf-lisp.el
@@ -26,11 +26,11 @@
26 26
27;; Hacked from tea.el by Olin Shivers (shivers@cs.cmu.edu). 8/88 27;; Hacked from tea.el by Olin Shivers (shivers@cs.cmu.edu). 8/88
28 28
29;; This file defines a a lisp-in-a-buffer package (inferior-lisp 29;; This file defines a lisp-in-a-buffer package (inferior-lisp mode)
30;; mode) built on top of comint mode. This version is more 30;; built on top of comint mode. This version is more featureful,
31;; featureful, robust, and uniform than the Emacs 18 version. The 31;; robust, and uniform than the Emacs 18 version. The key bindings are
32;; key bindings are also more compatible with the bindings of Hemlock 32;; also more compatible with the bindings of Hemlock and Zwei (the
33;; and Zwei (the Lisp Machine emacs). 33;; Lisp Machine emacs).
34 34
35;; Since this mode is built on top of the general command-interpreter-in- 35;; Since this mode is built on top of the general command-interpreter-in-
36;; a-buffer mode (comint mode), it shares a common base functionality, 36;; a-buffer mode (comint mode), it shares a common base functionality,