# HG changeset patch # User Eli Zaretskii # Date 1135352680 0 # Node ID 880ba311db53e8c208c757c04980cd712c1d4c15 # Parent 31f77129bc927b5619a46140d35ef767e0de9700 (Undo): Remove dupliate descriptions of `apply funname' and `apply delta' elements of the undo list. diff -r 31f77129bc92 -r 880ba311db53 lispref/text.texi --- a/lispref/text.texi Fri Dec 23 11:36:08 2005 +0000 +++ b/lispref/text.texi Fri Dec 23 15:44:40 2005 +0000 @@ -1241,19 +1241,6 @@ (put-text-property @var{beg} @var{end} @var{property} @var{value}) @end example -@item (apply @var{funname} . @var{args}) -This kind of element records a change that can be undone by evaluating -(@code{apply} @var{funname} @var{args}). - -@item (apply @var{delta} @var{beg} @var{end} @var{funname} . @var{args}) -This kind of element records a change that can be undone by evaluating -(@code{apply} @var{funname} @var{args}). The integer values @var{beg} -and @var{end} is buffer positions of the range affected by this change -and @var{delta} is an integer value which is the number of bytes added -or deleted in that range by this change. This kind of element -enables undo limited to a region to determine whether the element -pertains to that region. - @item (@var{marker} . @var{adjustment}) This kind of element records the fact that the marker @var{marker} was relocated due to deletion of surrounding text, and that it moved