diff options
| author | Richard M. Stallman | 1996-02-03 18:08:58 +0000 |
|---|---|---|
| committer | Richard M. Stallman | 1996-02-03 18:08:58 +0000 |
| commit | da1c183cca56da10851bfbaca26ec38e941c2735 (patch) | |
| tree | 761cf435715f341dd0897c1140dbbd329382bf3f /src/buffer.c | |
| parent | 714bced97609934cef99d8fa674a0a5cab20d9e3 (diff) | |
| download | emacs-da1c183cca56da10851bfbaca26ec38e941c2735.tar.gz emacs-da1c183cca56da10851bfbaca26ec38e941c2735.zip | |
(syms_of_buffer): Doc fix.
Diffstat (limited to 'src/buffer.c')
| -rw-r--r-- | src/buffer.c | 3 |
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\ | |||
| 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\ |