From c6c7dc03495f90238258538535515790208a45b3 Mon Sep 17 00:00:00 2001 From: "Richard M. Stallman" Date: Sat, 29 Jan 2005 17:18:57 +0000 Subject: [PATCH] (syms_of_buffer) : Doc fix. --- src/buffer.c | 2 ++ 1 file changed, 2 insertions(+) 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 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). -- 2.39.5