Fix typo.
authorChris Hanson <org/chris-hanson/cph>
Thu, 10 Dec 1987 04:01:50 +0000 (04:01 +0000)
committerChris Hanson <org/chris-hanson/cph>
Thu, 10 Dec 1987 04:01:50 +0000 (04:01 +0000)
etc/xscheme.el

index 1712f46f3a87d2109f15e5305e4860d710ba3c28..98038943cc5a976d8373b2bda2b49e3ba6667d92 100644 (file)
@@ -21,7 +21,7 @@
 ;;; Requires C-Scheme release 5 or later
 ;;; Changes to Control-G handler require runtime version 13.85 or later
 
-;;; $Header: /Users/cph/tmp/foo/mit-scheme/mit-scheme/etc/xscheme.el,v 1.14 1987/12/10 02:40:19 cph Exp $
+;;; $Header: /Users/cph/tmp/foo/mit-scheme/mit-scheme/etc/xscheme.el,v 1.15 1987/12/10 04:01:50 cph Exp $
 
 (require 'scheme)
 \f
@@ -855,7 +855,7 @@ the remaining input.")
     ("[Error REPL]" . "[Evaluator]")
     ("[Breakpoint REPL]" . "[Evaluator]")
     ("[Debugger REPL]" . "[Evaluator]")
-    ("[Visiting Environment]" . "[Evaluator]")
+    ("[Visiting environment]" . "[Evaluator]")
     ("[Environment Inspector]" . "[Where]"))
   "An alist which maps the Scheme command interpreter type to a print string.")
 \f