1
Fork 0
mirror of git://git.sv.gnu.org/emacs.git synced 2026-01-08 12:40:49 -08:00

Minor clarification.

Copied from Perforce
 Change: 191437
 ServerID: perforce.ravenbrook.com
This commit is contained in:
Richard Brooksby 2016-04-21 11:10:18 +01:00
parent e87ff3aa7c
commit ebe1cfa9cc

View file

@ -580,7 +580,7 @@ _`.ld.history`: The ``history`` is a circular buffer of
summaries of moved objects since the last ``LDHistoryLENGTH`` epochs.
If ``e`` is one of these recent epochs, then ::
arena->history[e % LDHistoryLENGTH]
history->history[e % LDHistoryLENGTH]
is a summary of (the original locations of) objects moved since epoch
``e``.