1
0
mirror of https://git.savannah.gnu.org/git/emacs.git synced 2025-01-07 15:21:46 +00:00

(syms_of_buffer) <buffer-undo-list>: Doc fix.

This commit is contained in:
Richard M. Stallman 2005-01-29 17:18:57 +00:00
parent 48bbe3a8eb
commit c6c7dc0349

View File

@ -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).