]> git.eshelyaron.com Git - emacs.git/commitdiff
Comment change.
authorRichard M. Stallman <rms@gnu.org>
Sun, 18 Nov 2001 06:52:56 +0000 (06:52 +0000)
committerRichard M. Stallman <rms@gnu.org>
Sun, 18 Nov 2001 06:52:56 +0000 (06:52 +0000)
src/marker.c

index b634d644790c621b3c8d10030f59abe4f8aa0c06..475e5ffad6d621f60f85518c2863e9c7dbb787c6 100644 (file)
@@ -722,7 +722,10 @@ set_marker_restricted_both (marker, buffer, charpos, bytepos)
   return marker;
 }
 \f
-/* This is called during garbage collection,
+/* Remove MARKER from the chain of whatever buffer it is in.
+   Leave it "in no buffer".
+
+   This is called during garbage collection,
    so we must be careful to ignore and preserve mark bits,
    including those in chain fields of markers.  */