Mercurial > emacs
diff src/buffer.c @ 14481:9785f1180901
(syms_of_buffer): Doc fix.
author | Richard M. Stallman <rms@gnu.org> |
---|---|
date | Sat, 03 Feb 1996 18:08:58 +0000 |
parents | c486932b7301 |
children | bddd8114eaa9 |
line wrap: on
line diff
--- a/src/buffer.c Sat Feb 03 18:07:27 1996 +0000 +++ b/src/buffer.c Sat Feb 03 18:08:58 1996 +0000 @@ -3863,6 +3863,9 @@ 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\