Fix typo.
authorChris Hanson <org/chris-hanson/cph>
Wed, 24 Apr 1996 18:35:06 +0000 (18:35 +0000)
committerChris Hanson <org/chris-hanson/cph>
Wed, 24 Apr 1996 18:35:06 +0000 (18:35 +0000)
v7/src/edwin/debug.scm

index 166adc33f7d0b07fbec4535b04ac041df7810240..9b9b32ce94b8bbfcdedbdc5d435199d53f80a488 100644 (file)
@@ -1,6 +1,6 @@
 ;;; -*-Scheme-*-
 ;;;
-;;;    $Id: debug.scm,v 1.36 1996/04/24 01:49:19 cph Exp $
+;;;    $Id: debug.scm,v 1.37 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