]> git.eshelyaron.com Git - emacs.git/commitdiff
(Undo): Remove dupliate descriptions of `apply funname' and `apply delta'
authorEli Zaretskii <eliz@gnu.org>
Fri, 23 Dec 2005 15:45:07 +0000 (15:45 +0000)
committerEli Zaretskii <eliz@gnu.org>
Fri, 23 Dec 2005 15:45:07 +0000 (15:45 +0000)
elements of the undo list.

lispref/ChangeLog
lispref/text.texi

index f0c5a4408ed57a98101f5945a62bb789347f34d2..4f1b5e4f3853fe598a8476ca19abe69d755ddc54 100644 (file)
@@ -1,3 +1,8 @@
+2005-12-23  Eli Zaretskii  <eliz@gnu.org>
+
+       * text.texi (Undo): Remove dupliate descriptions of `apply
+       funname' and `apply delta' elements of the undo list.
+
 2005-12-20  Richard M. Stallman  <rms@gnu.org>
 
        * help.texi (Help Functions): Update documentation of `apropos'.
index ecbce81851995db6c5c7ef85290ba616d2f51154..55d9f6d5e75d14e5c14cda59730a5a129b6263c2 100644 (file)
@@ -1241,19 +1241,6 @@ Here's how you might undo the change:
 (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