[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[Emacs-diffs] /srv/bzr/emacs/trunk r107525: lispref/markers.texi small c
From: |
Glenn Morris |
Subject: |
[Emacs-diffs] /srv/bzr/emacs/trunk r107525: lispref/markers.texi small change |
Date: |
Tue, 06 Mar 2012 23:43:14 -0800 |
User-agent: |
Bazaar (2.3.1) |
------------------------------------------------------------
revno: 107525
committer: Glenn Morris <address@hidden>
branch nick: trunk
timestamp: Tue 2012-03-06 23:43:14 -0800
message:
lispref/markers.texi small change
* doc/lispref/markers.texi (Overview of Markers):
Reword garbage collection, add cross-ref.
modified:
doc/lispref/ChangeLog
doc/lispref/markers.texi
=== modified file 'doc/lispref/ChangeLog'
--- a/doc/lispref/ChangeLog 2012-03-07 07:37:36 +0000
+++ b/doc/lispref/ChangeLog 2012-03-07 07:43:14 +0000
@@ -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 <address@hidden>
=== modified file 'doc/lispref/markers.texi'
--- a/doc/lispref/markers.texi 2012-03-07 07:37:36 +0000
+++ b/doc/lispref/markers.texi 2012-03-07 07:43:14 +0000
@@ -58,6 +58,8 @@
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
[Prev in Thread] |
Current Thread |
[Next in Thread] |
- [Emacs-diffs] /srv/bzr/emacs/trunk r107525: lispref/markers.texi small change,
Glenn Morris <=