# HG changeset patch # User Richard M. Stallman # Date 730596051 0 # Node ID b0ec61f76511cf4e579e22ada4e7c49b29d8e1a2 # Parent ef257d7ca34abc215ea23fb88c62f4a2cf002077 (syms_of_buffer): Doc fix. diff -r ef257d7ca34a -r b0ec61f76511 src/buffer.c --- a/src/buffer.c Wed Feb 24 18:07:12 1993 +0000 +++ b/src/buffer.c Wed Feb 24 23:20:51 1993 +0000 @@ -1682,6 +1682,10 @@ modification count of the most recent save is different, this entry is\n\ obsolete.\n\ \n\ +An entry (nil PROP VAL BEG . END) indicates that a text property\n\ +was modified between BEG and END. PROP is the property name,\n\ +and VAL is the old value.\n\ +\n\ nil marks undo boundaries. The undo command treats the changes\n\ between two undo boundaries as a single step to be undone.\n\ \n\