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 2f63fe30614..3935a675c42 100644
--- a/src/buffer.h
+++ b/src/buffer.h
@@ -570,7 +570,7 @@ struct buffer
570 Lisp_Object filename; 570 Lisp_Object filename;
571 /* Dir for expanding relative file names. */ 571 /* Dir for expanding relative file names. */
572 Lisp_Object directory; 572 Lisp_Object directory;
573 /* True iff this buffer has been backed up (if you write to the 573 /* True if this buffer has been backed up (if you write to the
574 visited file and it hasn't been backed up, then a backup will 574 visited file and it hasn't been backed up, then a backup will
575 be made). */ 575 be made). */
576 /* This isn't really used by the C code, so could be deleted. */ 576 /* This isn't really used by the C code, so could be deleted. */