# HG changeset patch # User Eli Zaretskii # Date 985946124 0 # Node ID ec5579aad1bbc2836e70fdd42f2a7bbc503c167a # Parent 45d1f61cb20a6d093e9bfcf60db86466ed4d9059 Fix the wording in the last change. diff -r 45d1f61cb20a -r ec5579aad1bb etc/DEBUG --- a/etc/DEBUG Fri Mar 30 08:38:02 2001 +0000 +++ b/etc/DEBUG Fri Mar 30 09:55:24 2001 +0000 @@ -412,8 +412,8 @@ The array `last_marked' (defined on alloc.c) can be used to display up to 500 last objects marked by the garbage collection process. -Whenever a Lisp object is marked by the garbage collector, it records -the pointer to that object in the `last_marked' array. The variable +Whenever the garbage collector marks a Lisp object, it records the +pointer to that object in the `last_marked' array. The variable `last_marked_index' holds the index into the `last_marked' array one place beyond where the pointer to the very last marked object is stored.