comparison lisp/progmodes/inf-lisp.el @ 46153:654257005f05

Fix typo.
author Juanma Barranquero <lekktu@gmail.com>
date Wed, 03 Jul 2002 11:24:02 +0000
parents 7308bbc423d5
children 61df14a62e39
comparison
equal deleted inserted replaced
46152:ad5012bb5279 46153:654257005f05
24 24
25 ;;; Commentary: 25 ;;; Commentary:
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,
37 ;; and a common set of bindings, with all modes derived from comint mode. 37 ;; and a common set of bindings, with all modes derived from comint mode.
38 ;; This makes these modes easier to use. 38 ;; This makes these modes easier to use.