# HG changeset patch # User Richard M. Stallman # Date 823370938 0 # Node ID 9785f11809017f34a9b036c77d3eb16957dc797b # Parent 50954bb380b6e65e2f9d968ef464cb7ba244705e (syms_of_buffer): Doc fix. diff -r 50954bb380b6 -r 9785f1180901 src/buffer.c --- a/src/buffer.c Sat Feb 03 18:07:27 1996 +0000 +++ b/src/buffer.c Sat Feb 03 18:08:58 1996 +0000 @@ -3863,6 +3863,9 @@ was modified between BEG and END. PROPERTY is the property name,\n\ and VALUE is the old value.\n\ \n\ +An entry (MARKER . DISTANCE) indicates that the marker MARKER\n\ +was adjusted in position by the offset DISTANCE (an integer).\n\ +\n\ An entry of the form POSITION indicates that point was at the buffer\n\ location given by the integer. Undoing an entry of this form places\n\ point at POSITION.\n\