diff src/buffer.c @ 59780:9d293bf75d6c

(syms_of_buffer) <buffer-undo-list>: Doc fix.
author Richard M. Stallman <rms@gnu.org>
date Sat, 29 Jan 2005 17:18:57 +0000
parents e81022709627
children 62b43d677801
line wrap: on
line diff
--- 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).