# HG changeset patch # User Kim F. Storm # Date 1107211512 0 # Node ID 62b43d677801a833df70b0a9540aabc51e8275fa # Parent ff1b86883ff8bfe5c83b780ebb65ef9d4d458d5d (syms_of_buffer) : Doc fix. diff -r ff1b86883ff8 -r 62b43d677801 src/buffer.c --- a/src/buffer.c Mon Jan 31 22:44:27 2005 +0000 +++ b/src/buffer.c Mon Jan 31 22:45:12 2005 +0000 @@ -5782,7 +5782,13 @@ was modified between BEG and END. PROPERTY is the property name, and VALUE is the old value. -An entry (FUN-NAME . ARGS) means undo the change with (apply FUN-NAME ARGS). +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).