From a9685db74e15f9c6336850ffda8932ed208c76cd Mon Sep 17 00:00:00 2001 From: Glenn Morris Date: Tue, 6 Mar 2012 23:43:14 -0800 Subject: [PATCH] lispref/markers.texi small change * doc/lispref/markers.texi (Overview of Markers): Reword garbage collection, add cross-ref. --- doc/lispref/ChangeLog | 1 + doc/lispref/markers.texi | 2 ++ 2 files changed, 3 insertions(+) diff --git a/doc/lispref/ChangeLog b/doc/lispref/ChangeLog index 68a8f0e434..d2bda41eb0 100644 --- a/doc/lispref/ChangeLog +++ b/doc/lispref/ChangeLog @@ -2,6 +2,7 @@ * markers.texi (The Region): Briefly mention use-empty-active-region and region-active-p. + (Overview of Markers): Reword garbage collection, add cross-ref. 2012-03-07 Chong Yidong diff --git a/doc/lispref/markers.texi b/doc/lispref/markers.texi index 689d5d3bb1..b199dba979 100644 --- a/doc/lispref/markers.texi +++ b/doc/lispref/markers.texi @@ -58,6 +58,8 @@ with @code{insert-before-markers} (@pxref{Insertion}). relocate them if necessary. This slows processing in a buffer with a large number of markers. For this reason, it is a good idea to make a marker point nowhere if you are sure you don't need it any more. +Markers that can no longer be accessed are eventually removed +(@pxref{Garbage Collection}). @cindex markers as numbers Because it is common to perform arithmetic operations on a marker -- 2.20.1