Mercurial > emacs
comparison 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 |
comparison
equal
deleted
inserted
replaced
14480:50954bb380b6 | 14481:9785f1180901 |
---|---|
3861 \n\ | 3861 \n\ |
3862 An entry (nil PROPERTY VALUE BEG . END) indicates that a text property\n\ | 3862 An entry (nil PROPERTY VALUE BEG . END) indicates that a text property\n\ |
3863 was modified between BEG and END. PROPERTY is the property name,\n\ | 3863 was modified between BEG and END. PROPERTY is the property name,\n\ |
3864 and VALUE is the old value.\n\ | 3864 and VALUE is the old value.\n\ |
3865 \n\ | 3865 \n\ |
3866 An entry (MARKER . DISTANCE) indicates that the marker MARKER\n\ | |
3867 was adjusted in position by the offset DISTANCE (an integer).\n\ | |
3868 \n\ | |
3866 An entry of the form POSITION indicates that point was at the buffer\n\ | 3869 An entry of the form POSITION indicates that point was at the buffer\n\ |
3867 location given by the integer. Undoing an entry of this form places\n\ | 3870 location given by the integer. Undoing an entry of this form places\n\ |
3868 point at POSITION.\n\ | 3871 point at POSITION.\n\ |
3869 \n\ | 3872 \n\ |
3870 nil marks undo boundaries. The undo command treats the changes\n\ | 3873 nil marks undo boundaries. The undo command treats the changes\n\ |