lispref/markers.texi small change
* doc/lispref/markers.texi (Overview of Markers): Reword garbage collection, add cross-ref.
This commit is contained in:
parent
00e84de025
commit
a9685db74e
2 changed files with 3 additions and 0 deletions
|
@ -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>
|
||||
|
||||
|
|
|
@ -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
|
||||
|
|
Loading…
Add table
Reference in a new issue