aboutsummaryrefslogtreecommitdiffstats
path: root/src/marker.c
diff options
context:
space:
mode:
authorRichard M. Stallman2001-11-18 06:52:56 +0000
committerRichard M. Stallman2001-11-18 06:52:56 +0000
commitb5a4bb222b620f24a43e6ef1559b710d563f0e5a (patch)
treee414ccb04a59f9db02e78ba0274e228a722e7dc6 /src/marker.c
parent1e8fc05d84e8b224634096f2b4b8de8a6eb016ca (diff)
downloademacs-b5a4bb222b620f24a43e6ef1559b710d563f0e5a.tar.gz
emacs-b5a4bb222b620f24a43e6ef1559b710d563f0e5a.zip
Comment change.
Diffstat (limited to 'src/marker.c')
-rw-r--r--src/marker.c5
1 files changed, 4 insertions, 1 deletions
diff --git a/src/marker.c b/src/marker.c
index b634d644790..475e5ffad6d 100644
--- a/src/marker.c
+++ b/src/marker.c
@@ -722,7 +722,10 @@ set_marker_restricted_both (marker, buffer, charpos, bytepos)
722 return marker; 722 return marker;
723} 723}
724 724
725/* This is called during garbage collection, 725/* Remove MARKER from the chain of whatever buffer it is in.
726 Leave it "in no buffer".
727
728 This is called during garbage collection,
726 so we must be careful to ignore and preserve mark bits, 729 so we must be careful to ignore and preserve mark bits,
727 including those in chain fields of markers. */ 730 including those in chain fields of markers. */
728 731