-;;; xscheme.el --- run MIT Scheme under Emacs
+;;; xscheme.el --- run MIT/GNU Scheme under Emacs
;; Copyright (C) 1986, 1987, 1989, 1990, 2001, 2002 Free Software Foundation, Inc.
;;; Commentary:
-;; A major mode for interacting with MIT Scheme.
+;; A major mode for interacting with MIT/GNU Scheme.
;;
;; Requires MIT Scheme release 5 or later.
;; Changes to Control-G handler require runtime version 13.85 or later.
(require 'scheme)
\f
(defgroup xscheme nil
- "Major mode for editing Scheme and interacting with MIT's C-Scheme."
+ "Major mode for editing Scheme and interacting with MIT/GNU Scheme."
:group 'lisp)
(if (or (string-match "XEmacs\\|Lucid" emacs-version)
(xscheme-interrupt-commands scheme-mode-map)
\f
(defun run-scheme (command-line)
- "Run MIT Scheme in an inferior process.
+ "Run MIT/GNU Scheme in an inferior process.
Output goes to the buffer `*scheme*'.
With argument, asks for a command line."
(interactive (list (xscheme-read-command-line current-prefix-arg)))
;;;; Interaction Mode
(defun scheme-interaction-mode (&optional preserve)
- "Major mode for interacting with an inferior MIT Scheme process.
+ "Major mode for interacting with an inferior MIT/GNU Scheme process.
Like scheme-mode except that:
\\[advertised-xscheme-send-previous-expression] sends the expression before point to the Scheme process as input