diff options
| author | Eli Zaretskii | 2005-12-23 15:45:07 +0000 |
|---|---|---|
| committer | Eli Zaretskii | 2005-12-23 15:45:07 +0000 |
| commit | 2d7409f20f2594b4406739d8ef073d6e5b952d06 (patch) | |
| tree | c53415e7428f1ac96405b7139273e0d89f82bc99 | |
| parent | 7b5836c7db984e967275e1768a25e55b84a7409c (diff) | |
| download | emacs-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/ChangeLog | 5 | ||||
| -rw-r--r-- | lispref/text.texi | 13 |
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 @@ | |||
| 1 | 2005-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 | |||
| 1 | 2005-12-20 Richard M. Stallman <rms@gnu.org> | 6 | 2005-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}) | ||
| 1245 | This 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}) | ||
| 1249 | This kind of element records a change that can be undone by evaluating | ||
| 1250 | (@code{apply} @var{funname} @var{args}). The integer values @var{beg} | ||
| 1251 | and @var{end} is buffer positions of the range affected by this change | ||
| 1252 | and @var{delta} is an integer value which is the number of bytes added | ||
| 1253 | or deleted in that range by this change. This kind of element | ||
| 1254 | enables undo limited to a region to determine whether the element | ||
| 1255 | pertains to that region. | ||
| 1256 | |||
| 1257 | @item (@var{marker} . @var{adjustment}) | 1244 | @item (@var{marker} . @var{adjustment}) |
| 1258 | This kind of element records the fact that the marker @var{marker} was | 1245 | This kind of element records the fact that the marker @var{marker} was |
| 1259 | relocated due to deletion of surrounding text, and that it moved | 1246 | relocated due to deletion of surrounding text, and that it moved |