aboutsummaryrefslogtreecommitdiffstats
path: root/src/buffer.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/buffer.h')
-rw-r--r--src/buffer.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/buffer.h b/src/buffer.h
index 65cfef4f04f..ed99dc4ffb1 100644
--- a/src/buffer.h
+++ b/src/buffer.h
@@ -561,7 +561,7 @@ struct buffer
561 Lisp_Object filename; 561 Lisp_Object filename;
562 /* Dir for expanding relative file names. */ 562 /* Dir for expanding relative file names. */
563 Lisp_Object directory; 563 Lisp_Object directory;
564 /* True iff this buffer has been backed up (if you write to the 564 /* True if this buffer has been backed up (if you write to the
565 visited file and it hasn't been backed up, then a backup will 565 visited file and it hasn't been backed up, then a backup will
566 be made). */ 566 be made). */
567 /* This isn't really used by the C code, so could be deleted. */ 567 /* This isn't really used by the C code, so could be deleted. */