aboutsummaryrefslogtreecommitdiffstats
path: root/src/buffer.c
diff options
context:
space:
mode:
authorTom Tromey2013-07-12 18:44:13 -0600
committerTom Tromey2013-07-12 18:44:13 -0600
commitb34a529f177a6ea32da5cb1254f91bf9d71838db (patch)
tree477131abc15d3107b30b635223d87a22550b480b /src/buffer.c
parente6f63071a3f7721f55220514b6d9a8ee8c1232d8 (diff)
parent5e301d7651c0691bb2bc7f3fbe711fdbe26ac471 (diff)
downloademacs-b34a529f177a6ea32da5cb1254f91bf9d71838db.tar.gz
emacs-b34a529f177a6ea32da5cb1254f91bf9d71838db.zip
Merge from trunk
Diffstat (limited to 'src/buffer.c')
-rw-r--r--src/buffer.c5
1 files changed, 5 insertions, 0 deletions
diff --git a/src/buffer.c b/src/buffer.c
index 2555b5c17ac..19e3982a8a4 100644
--- a/src/buffer.c
+++ b/src/buffer.c
@@ -6096,6 +6096,11 @@ and is the visited file's modification time, as of that time. If the
6096modification time of the most recent save is different, this entry is 6096modification time of the most recent save is different, this entry is
6097obsolete. 6097obsolete.
6098 6098
6099An entry (t . 0) means means the buffer was previously unmodified but
6100its time stamp was unknown because it was not associated with a file.
6101An entry (t . -1) is similar, except that it means the buffer's visited
6102file did not exist.
6103
6099An entry (nil PROPERTY VALUE BEG . END) indicates that a text property 6104An entry (nil PROPERTY VALUE BEG . END) indicates that a text property
6100was modified between BEG and END. PROPERTY is the property name, 6105was modified between BEG and END. PROPERTY is the property name,
6101and VALUE is the old value. 6106and VALUE is the old value.