aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorEli Zaretskii2005-12-23 15:45:07 +0000
committerEli Zaretskii2005-12-23 15:45:07 +0000
commit2d7409f20f2594b4406739d8ef073d6e5b952d06 (patch)
treec53415e7428f1ac96405b7139273e0d89f82bc99
parent7b5836c7db984e967275e1768a25e55b84a7409c (diff)
downloademacs-2d7409f20f2594b4406739d8ef073d6e5b952d06.tar.gz
emacs-2d7409f20f2594b4406739d8ef073d6e5b952d06.zip
(Undo): Remove dupliate descriptions of `apply funname' and `apply delta'
elements of the undo list.
-rw-r--r--lispref/ChangeLog5
-rw-r--r--lispref/text.texi13
2 files changed, 5 insertions, 13 deletions
diff --git a/lispref/ChangeLog b/lispref/ChangeLog
index f0c5a4408ed..4f1b5e4f385 100644
--- a/lispref/ChangeLog
+++ b/lispref/ChangeLog
@@ -1,3 +1,8 @@
12005-12-23 Eli Zaretskii <eliz@gnu.org>
2
3 * text.texi (Undo): Remove dupliate descriptions of `apply
4 funname' and `apply delta' elements of the undo list.
5
12005-12-20 Richard M. Stallman <rms@gnu.org> 62005-12-20 Richard M. Stallman <rms@gnu.org>
2 7
3 * help.texi (Help Functions): Update documentation of `apropos'. 8 * help.texi (Help Functions): Update documentation of `apropos'.
diff --git a/lispref/text.texi b/lispref/text.texi
index ecbce818519..55d9f6d5e75 100644
--- a/lispref/text.texi
+++ b/lispref/text.texi
@@ -1241,19 +1241,6 @@ Here's how you might undo the change:
1241(put-text-property @var{beg} @var{end} @var{property} @var{value}) 1241(put-text-property @var{beg} @var{end} @var{property} @var{value})
1242@end example 1242@end example
1243 1243
1244@item (apply @var{funname} . @var{args})
1245This kind of element records a change that can be undone by evaluating
1246(@code{apply} @var{funname} @var{args}).
1247
1248@item (apply @var{delta} @var{beg} @var{end} @var{funname} . @var{args})
1249This kind of element records a change that can be undone by evaluating
1250(@code{apply} @var{funname} @var{args}). The integer values @var{beg}
1251and @var{end} is buffer positions of the range affected by this change
1252and @var{delta} is an integer value which is the number of bytes added
1253or deleted in that range by this change. This kind of element
1254enables undo limited to a region to determine whether the element
1255pertains to that region.
1256
1257@item (@var{marker} . @var{adjustment}) 1244@item (@var{marker} . @var{adjustment})
1258This kind of element records the fact that the marker @var{marker} was 1245This kind of element records the fact that the marker @var{marker} was
1259relocated due to deletion of surrounding text, and that it moved 1246relocated due to deletion of surrounding text, and that it moved