comparison 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
comparison
equal deleted inserted replaced
59779:e99095db1a09 59780:9d293bf75d6c
5780 5780
5781 An entry (nil PROPERTY VALUE BEG . END) indicates that a text property 5781 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
5788 An entry of the form POSITION indicates that point was at the buffer 5790 An entry of the form POSITION indicates that point was at the buffer
5789 location given by the integer. Undoing an entry of this form places 5791 location given by the integer. Undoing an entry of this form places