diff options
author | Richard M. Stallman <rms@gnu.org> | 1994-10-18 06:35:19 +0000 |
---|---|---|
committer | Richard M. Stallman <rms@gnu.org> | 1994-10-18 06:35:19 +0000 |
commit | f231f448520b3c687ebe4e5f2e58c56ab3beb6c3 (patch) | |
tree | 428a8c711078c687a48575b116538f6bfc53184f /lisp/xscheme.el | |
parent | b8089f33b9c12067119410b7a96a8e9316bbda61 (diff) | |
download | emacs-f231f448520b3c687ebe4e5f2e58c56ab3beb6c3.tar.gz |
(run-scheme): Delete autoload cookie.
Diffstat (limited to 'lisp/xscheme.el')
-rw-r--r-- | lisp/xscheme.el | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/lisp/xscheme.el b/lisp/xscheme.el index 2c2b0092132..674b2443a1f 100644 --- a/lisp/xscheme.el +++ b/lisp/xscheme.el @@ -77,9 +77,8 @@ Is processed with `substitute-command-keys' first.") (xscheme-evaluation-commands scheme-mode-map) (xscheme-interrupt-commands scheme-mode-map) -;;;###autoload (defun run-scheme (command-line) - "Run an inferior Scheme process. + "Run MIT Scheme in an inferior process. Output goes to the buffer `*scheme*'. With argument, asks for a command line." (interactive |