OSDN Git Service

* guile.scm (cgen-call-with-debugging): Doc fix.
authorjimb <jimb>
Tue, 15 Feb 2005 09:03:58 +0000 (09:03 +0000)
committerjimb <jimb>
Tue, 15 Feb 2005 09:03:58 +0000 (09:03 +0000)
cgen/ChangeLog
cgen/guile.scm

index 96feca5..a1a2dd5 100644 (file)
@@ -1,5 +1,7 @@
 2005-02-15  Jim Blandy  <jimb@redhat.com>
 
+       * guile.scm (cgen-call-with-debugging): Doc fix.
+
        Make backtraces work more reliably.
        * guile.scm: Set up debugging parameters, and enable debugging and
        source positions while loading.
index 95ddfda..50d0a6e 100644 (file)
@@ -92,7 +92,8 @@
   (if (memq 'debug-extensions *features*)
       ((if flag debug-enable debug-disable) 'debug))
   
-  ;; Now, actually start using the debugging evaluator.
+  ;; Now, make that debugging / no-debugging setting actually take
+  ;; effect.
   ;;
   ;; Guile has two separate evaluators, one that does the extra
   ;; bookkeeping for backtraces, and one which doesn't, but runs