From: Guillermo J. Rozas Date: Wed, 9 Dec 1987 22:11:26 +0000 (+0000) Subject: Typo. X-Git-Tag: 20090517-FFI~12998 X-Git-Url: https://birchwood-abbey.net/git?a=commitdiff_plain;h=9f8109f9a5c1bb9e05b4c14270a09ea7d6f667f7;p=mit-scheme.git Typo. --- diff --git a/v7/src/runtime/debug.scm b/v7/src/runtime/debug.scm index b3c03dd11..20903176c 100644 --- a/v7/src/runtime/debug.scm +++ b/v7/src/runtime/debug.scm @@ -1,6 +1,6 @@ ;;; -*-Scheme-*- ;;; -;;; $Header: /Users/cph/tmp/foo/mit-scheme/mit-scheme/v7/src/runtime/debug.scm,v 13.45 1987/12/09 21:51:55 jinx Exp $ +;;; $Header: /Users/cph/tmp/foo/mit-scheme/mit-scheme/v7/src/runtime/debug.scm,v 13.46 1987/12/09 22:11:26 jinx Rel $ ;;; ;;; Copyright (c) 1987 Massachusetts Institute of Technology ;;; @@ -481,7 +481,7 @@ (begin (beep) (format "~%The compiled code debugger is not present in this system.")))) -(define-debug-command #\A debug-command +(define-debug-command #\A debug-compiled "Invoke the compiled code debugger on the current continuation") ;;;; Reduction and continuation motion low-level