From 9f8109f9a5c1bb9e05b4c14270a09ea7d6f667f7 Mon Sep 17 00:00:00 2001 From: "Guillermo J. Rozas" Date: Wed, 9 Dec 1987 22:11:26 +0000 Subject: [PATCH] Typo. --- v7/src/runtime/debug.scm | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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 -- 2.25.1