aboutsummaryrefslogtreecommitdiffstats
path: root/src/buffer.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/buffer.c')
-rw-r--r--src/buffer.c10
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
6010from (abs POSITION). If POSITION is positive, point was at the front 6010from (abs POSITION). If POSITION is positive, point was at the front
6011of the text being deleted; if negative, point was at the end. 6011of the text being deleted; if negative, point was at the end.
6012 6012
6013An entry (t HIGH LOW USEC PSEC) indicates that the buffer was previously 6013An entry (t . TIMESTAMP), where TIMESTAMP is in the style of
6014unmodified; (HIGH LOW USEC PSEC) is in the same style as (current-time) 6014`current-time', indicates that the buffer was previously unmodified;
6015and is the visited file's modification time, as of that time. If the 6015TIMESTAMP is the visited file's modification time, as of that time.
6016modification time of the most recent save is different, this entry is 6016If the modification time of the most recent save is different, this
6017obsolete. 6017entry is obsolete.
6018 6018
6019An entry (t . 0) means the buffer was previously unmodified but 6019An entry (t . 0) means the buffer was previously unmodified but
6020its time stamp was unknown because it was not associated with a file. 6020its time stamp was unknown because it was not associated with a file.