projects
/
mit-scheme.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
7d1ab93
)
Fix typo.
author
Chris Hanson
<org/chris-hanson/cph>
Wed, 24 Apr 1996 18:35:06 +0000
(18:35 +0000)
committer
Chris Hanson
<org/chris-hanson/cph>
Wed, 24 Apr 1996 18:35:06 +0000
(18:35 +0000)
v7/src/edwin/debug.scm
patch
|
blob
|
history
diff --git
a/v7/src/edwin/debug.scm
b/v7/src/edwin/debug.scm
index 166adc33f7d0b07fbec4535b04ac041df7810240..9b9b32ce94b8bbfcdedbdc5d435199d53f80a488 100644
(file)
--- a/
v7/src/edwin/debug.scm
+++ b/
v7/src/edwin/debug.scm
@@
-1,6
+1,6
@@
;;; -*-Scheme-*-
;;;
-;;; $Id: debug.scm,v 1.3
6 1996/04/24 01:49:19
cph Exp $
+;;; $Id: debug.scm,v 1.3
7 1996/04/24 18:35:06
cph Exp $
;;;
;;; Copyright (c) 1992-96 Massachusetts Institute of Technology
;;;
@@
-900,7
+900,7
@@
Set this variable to #F to disable this abbreviation."
boolean?)
(define-variable debugger-start-new-frame?
- "#T means
start
a new frame whenever the debugger is invoked.
+ "#T means
create
a new frame whenever the debugger is invoked.
#F means continue in same frame.
'ASK means ask user."
#T