summaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorRichard M. Stallman <rms@gnu.org>1996-02-03 18:08:58 +0000
committerRichard M. Stallman <rms@gnu.org>1996-02-03 18:08:58 +0000
commitc76cd7a0cd6017a2dffb84aab051fb06676b9fb2 (patch)
treeb200a0c11453fa4a88f44f96f5c0233f70e59947 /src
parent0a16f31e63387735c68c0ab0e16183ce3ad78614 (diff)
downloademacs-c76cd7a0cd6017a2dffb84aab051fb06676b9fb2.tar.gz
(syms_of_buffer): Doc fix.
Diffstat (limited to 'src')
-rw-r--r--src/buffer.c3
1 files changed, 3 insertions, 0 deletions
diff --git a/src/buffer.c b/src/buffer.c
index ef50e824cb8..ee55ed6bee3 100644
--- a/src/buffer.c
+++ b/src/buffer.c
@@ -3863,6 +3863,9 @@ An entry (nil PROPERTY VALUE BEG . END) indicates that a text property\n\
was modified between BEG and END. PROPERTY is the property name,\n\
and VALUE is the old value.\n\
\n\
+An entry (MARKER . DISTANCE) indicates that the marker MARKER\n\
+was adjusted in position by the offset DISTANCE (an integer).\n\
+\n\
An entry of the form POSITION indicates that point was at the buffer\n\
location given by the integer. Undoing an entry of this form places\n\
point at POSITION.\n\