emacs-devel
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: Duplicate text in `text.texi'?


From: Eli Zaretskii
Subject: Re: Duplicate text in `text.texi'?
Date: Fri, 23 Dec 2005 17:45:14 +0200

> Date: Fri, 23 Dec 2005 14:18:54 +0100
> From: martin rudalics <address@hidden>
> 
> @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 (apply @var{funname} . @var{args})
> This is an extensible undo item, which is undone by calling
> @var{funname} with arguments @var{args}.
> 
> @item (apply @var{delta} @var{beg} @var{end} @var{funname} . @var{args})
> This is an extensible undo item, which records a change limited to the
> range @var{beg} to @var{end}, which increased the size of the buffer
> by @var{delta}.  It is undone by calling @var{funname} with arguments
> @var{args}.

Thanks, I removed the first instance, leaving only the second.




reply via email to

[Prev in Thread] Current Thread [Next in Thread]