diff options
Diffstat (limited to 'src/buffer.c')
| -rw-r--r-- | src/buffer.c | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/buffer.c b/src/buffer.c index b3bcb68c281..2ca4332bca2 100644 --- a/src/buffer.c +++ b/src/buffer.c | |||
| @@ -5782,6 +5782,8 @@ An entry (nil PROPERTY VALUE BEG . END) indicates that a text property | |||
| 5782 | was modified between BEG and END. PROPERTY is the property name, | 5782 | was modified between BEG and END. PROPERTY is the property name, |
| 5783 | and VALUE is the old value. | 5783 | and VALUE is the old value. |
| 5784 | 5784 | ||
| 5785 | An entry (FUN-NAME . ARGS) means undo the change with (apply FUN-NAME ARGS). | ||
| 5786 | |||
| 5785 | An entry (MARKER . DISTANCE) indicates that the marker MARKER | 5787 | An entry (MARKER . DISTANCE) indicates that the marker MARKER |
| 5786 | was adjusted in position by the offset DISTANCE (an integer). | 5788 | was adjusted in position by the offset DISTANCE (an integer). |
| 5787 | 5789 | ||