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: Eli Zaretskii
Subject: [Emacs-diffs] Changes to emacs/lispref/text.texi
Date: Fri, 23 Dec 2005 15:44:41 +0000

Index: emacs/lispref/text.texi
diff -u emacs/lispref/text.texi:1.108 emacs/lispref/text.texi:1.109
--- emacs/lispref/text.texi:1.108       Mon Oct 17 06:49:47 2005
+++ emacs/lispref/text.texi     Fri Dec 23 15:44:40 2005
@@ -1241,19 +1241,6 @@
 (put-text-property @var{beg} @var{end} @var{property} @var{value})
 @end example
 
address@hidden (apply @var{funname} . @var{args})
-This kind of element records a change that can be undone by evaluating
-(@code{apply} @var{funname} @var{args}).
-
address@hidden (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




reply via email to

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