diff options
Diffstat (limited to 'src/buffer.c')
| -rw-r--r-- | src/buffer.c | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/src/buffer.c b/src/buffer.c index 94104ef535c..81768849a4b 100644 --- a/src/buffer.c +++ b/src/buffer.c | |||
| @@ -6095,6 +6095,11 @@ and is the visited file's modification time, as of that time. If the | |||
| 6095 | modification time of the most recent save is different, this entry is | 6095 | modification time of the most recent save is different, this entry is |
| 6096 | obsolete. | 6096 | obsolete. |
| 6097 | 6097 | ||
| 6098 | An entry (t . 0) means means the buffer was previously unmodified but | ||
| 6099 | its time stamp was unknown because it was not associated with a file. | ||
| 6100 | An entry (t . -1) is similar, except that it means the buffer's visited | ||
| 6101 | file did not exist. | ||
| 6102 | |||
| 6098 | An entry (nil PROPERTY VALUE BEG . END) indicates that a text property | 6103 | An entry (nil PROPERTY VALUE BEG . END) indicates that a text property |
| 6099 | was modified between BEG and END. PROPERTY is the property name, | 6104 | was modified between BEG and END. PROPERTY is the property name, |
| 6100 | and VALUE is the old value. | 6105 | and VALUE is the old value. |