# HG changeset patch # User Richard M. Stallman # Date 789592803 0 # Node ID 981b97215c46d9991cebec87a2c8016f9ed78f8a # Parent f9f787d5e5ff595bd0498d7521976fdc688c68e5 Fix buffer-undo-list. diff -r f9f787d5e5ff -r 981b97215c46 lispref/text.texi --- a/lispref/text.texi Sat Jan 07 16:57:36 1995 +0000 +++ b/lispref/text.texi Sun Jan 08 19:20:03 1995 +0000 @@ -928,10 +928,10 @@ Upon insertion, the text occupied the range @var{beg}--@var{end} in the buffer. -@item (@var{pos} . @var{deleted}) +@item (@var{text} . @var{position}) This kind of element indicates how to reinsert text that was deleted. -The deleted text itself is the string @var{deleted}. The place to -reinsert it is @var{pos}. +The deleted text itself is the string @var{text}. The place to +reinsert it is @code{(abs @var{position})}. @item (t @var{high} . @var{low}) This kind of element indicates that an unmodified buffer became @@ -949,6 +949,10 @@ (put-text-property @var{beg} @var{end} @var{property} @var{value}) @end example +@item @var{position} +This element indicates where point was at an earlier time. +Undoing this element sets point to @var{position}. + @item nil This element is a boundary. The elements between two boundaries are called a @dfn{change group}; normally, each change group corresponds to