emacs-diffs
[Top][All Lists]
Advanced

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

[Emacs-diffs] Changes to emacs/lispref/text.texi


From: Richard M . Stallman
Subject: [Emacs-diffs] Changes to emacs/lispref/text.texi
Date: Thu, 17 Mar 2005 18:51:05 -0500

Index: emacs/lispref/text.texi
diff -c emacs/lispref/text.texi:1.96 emacs/lispref/text.texi:1.97
*** emacs/lispref/text.texi:1.96        Thu Mar 17 23:30:15 2005
--- emacs/lispref/text.texi     Thu Mar 17 23:51:04 2005
***************
*** 1228,1233 ****
--- 1228,1243 ----
  @var{adjustment} character positions.  Undoing this element moves
  @var{marker} @minus{} @var{adjustment} characters.
  
+ @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}.
+ 
  @item nil
  This element is a boundary.  The elements between two boundaries are
  called a @dfn{change group}; normally, each change group corresponds to




reply via email to

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