diff options
Diffstat (limited to 'src/buffer.c')
| -rw-r--r-- | src/buffer.c | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/src/buffer.c b/src/buffer.c index 1f18dbd11a8..024e64f0d74 100644 --- a/src/buffer.c +++ b/src/buffer.c | |||
| @@ -6010,11 +6010,11 @@ An entry (TEXT . POSITION) represents the deletion of the string TEXT | |||
| 6010 | from (abs POSITION). If POSITION is positive, point was at the front | 6010 | from (abs POSITION). If POSITION is positive, point was at the front |
| 6011 | of the text being deleted; if negative, point was at the end. | 6011 | of the text being deleted; if negative, point was at the end. |
| 6012 | 6012 | ||
| 6013 | An entry (t HIGH LOW USEC PSEC) indicates that the buffer was previously | 6013 | An entry (t . TIMESTAMP), where TIMESTAMP is in the style of |
| 6014 | unmodified; (HIGH LOW USEC PSEC) is in the same style as (current-time) | 6014 | `current-time', indicates that the buffer was previously unmodified; |
| 6015 | and is the visited file's modification time, as of that time. If the | 6015 | TIMESTAMP is the visited file's modification time, as of that time. |
| 6016 | modification time of the most recent save is different, this entry is | 6016 | If the modification time of the most recent save is different, this |
| 6017 | obsolete. | 6017 | entry is obsolete. |
| 6018 | 6018 | ||
| 6019 | An entry (t . 0) means the buffer was previously unmodified but | 6019 | An entry (t . 0) means the buffer was previously unmodified but |
| 6020 | its time stamp was unknown because it was not associated with a file. | 6020 | its time stamp was unknown because it was not associated with a file. |