# HG changeset patch # User Richard M. Stallman # Date 1107019137 0 # Node ID 9d293bf75d6cdadb76c9d150f48c7fd71c09544c # Parent e99095db1a090d81720ca9fd48cfc1223332437c (syms_of_buffer) : Doc fix. diff -r e99095db1a09 -r 9d293bf75d6c src/buffer.c --- a/src/buffer.c Sat Jan 29 17:18:06 2005 +0000 +++ b/src/buffer.c Sat Jan 29 17:18:57 2005 +0000 @@ -5782,6 +5782,8 @@ 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 (MARKER . DISTANCE) indicates that the marker MARKER was adjusted in position by the offset DISTANCE (an integer).