]> git.eshelyaron.com Git - emacs.git/commitdiff
Fix the wording in the last change.
authorEli Zaretskii <eliz@gnu.org>
Fri, 30 Mar 2001 09:55:24 +0000 (09:55 +0000)
committerEli Zaretskii <eliz@gnu.org>
Fri, 30 Mar 2001 09:55:24 +0000 (09:55 +0000)
etc/DEBUG

index 9f0e8adaab1a954916f167fd0fdeef1c10db3c03..52ba15c9030c720d7a933424770193ce4ecb4827 100644 (file)
--- 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.