From: Eli Zaretskii Date: Fri, 30 Mar 2001 09:55:24 +0000 (+0000) Subject: Fix the wording in the last change. X-Git-Tag: emacs-pretest-21.0.101~102 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=62578de5c99dbf41da4b142ee22af65b20b55030;p=emacs.git Fix the wording in the last change. --- diff --git a/etc/DEBUG b/etc/DEBUG index 9f0e8adaab1..52ba15c9030 100644 --- a/etc/DEBUG +++ b/etc/DEBUG @@ -412,8 +412,8 @@ on the respective headers to remove the `:N' bitfield definitions 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.