unofficial mirror of emacs-devel@gnu.org 
 help / color / mirror / code / Atom feed
* Duplicate text in `text.texi'?
@ 2005-12-23 13:18 martin rudalics
  2005-12-23 15:45 ` Eli Zaretskii
  0 siblings, 1 reply; 2+ messages in thread
From: martin rudalics @ 2005-12-23 13:18 UTC (permalink / raw)


@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}.

^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2005-12-23 15:45 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2005-12-23 13:18 Duplicate text in `text.texi'? martin rudalics
2005-12-23 15:45 ` Eli Zaretskii

Code repositories for project(s) associated with this public inbox

	https://git.savannah.gnu.org/cgit/emacs.git

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).