aboutsummaryrefslogtreecommitdiffstats
path: root/src/buffer.c
diff options
context:
space:
mode:
authorRichard M. Stallman2005-01-29 17:18:57 +0000
committerRichard M. Stallman2005-01-29 17:18:57 +0000
commitc6c7dc03495f90238258538535515790208a45b3 (patch)
tree9a807fcb7109b4630f2dc2a1f714b4cd3c0f5efe /src/buffer.c
parent48bbe3a8eba84f124709927bb274eb28d7ff8473 (diff)
downloademacs-c6c7dc03495f90238258538535515790208a45b3.tar.gz
emacs-c6c7dc03495f90238258538535515790208a45b3.zip
(syms_of_buffer) <buffer-undo-list>: Doc fix.
Diffstat (limited to 'src/buffer.c')
-rw-r--r--src/buffer.c2
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
5782was modified between BEG and END. PROPERTY is the property name, 5782was modified between BEG and END. PROPERTY is the property name,
5783and VALUE is the old value. 5783and VALUE is the old value.
5784 5784
5785An entry (FUN-NAME . ARGS) means undo the change with (apply FUN-NAME ARGS).
5786
5785An entry (MARKER . DISTANCE) indicates that the marker MARKER 5787An entry (MARKER . DISTANCE) indicates that the marker MARKER
5786was adjusted in position by the offset DISTANCE (an integer). 5788was adjusted in position by the offset DISTANCE (an integer).
5787 5789