Mercurial > emacs
diff src/buffer.c @ 90099:fa9654493afb
Revision: miles@gnu.org--gnu-2005/emacs--unicode--0--patch-10
Merge from emacs--cvs-trunk--0
Patches applied:
* miles@gnu.org--gnu-2005/emacs--cvs-trunk--0--patch-59
- miles@gnu.org--gnu-2005/emacs--cvs-trunk--0--patch-68
Update from CVS
author | Miles Bader <miles@gnu.org> |
---|---|
date | Wed, 02 Feb 2005 01:54:00 +0000 |
parents | 95879cc1ed20 62b43d677801 |
children | 72cf6261961e |
line wrap: on
line diff
--- a/src/buffer.c Mon Jan 31 01:41:13 2005 +0000 +++ b/src/buffer.c Wed Feb 02 01:54:00 2005 +0000 @@ -5798,6 +5798,14 @@ was modified between BEG and END. PROPERTY is the property name, and VALUE is the old value. +An entry (apply FUN-NAME . ARGS) means undo the change with +\(apply FUN-NAME ARGS). + +An entry (apply DELTA BEG END FUN-NAME . ARGS) supports selective undo +in the active region. BEG and END is the range affected by this entry +and DELTA is the number of bytes added or deleted in that range by +this change. + An entry (MARKER . DISTANCE) indicates that the marker MARKER was adjusted in position by the offset DISTANCE (an integer).