lispref/markers.texi small change

* doc/lispref/markers.texi (Overview of Markers):
Reword garbage collection, add cross-ref.
This commit is contained in:
Glenn Morris 2012-03-06 23:43:14 -08:00
parent 00e84de025
commit a9685db74e
2 changed files with 3 additions and 0 deletions

View file

@ -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 <cyd@gnu.org>

View file

@ -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