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 586090fbe88..10d5fdc23e0 100644
--- a/src/buffer.h
+++ b/src/buffer.h
@@ -741,7 +741,7 @@ struct buffer
741 Lisp_Object INTERNAL_FIELD (cursor_in_non_selected_windows); 741 Lisp_Object INTERNAL_FIELD (cursor_in_non_selected_windows);
742 742
743 /* No more Lisp_Object beyond this point. Except undo_list, 743 /* No more Lisp_Object beyond this point. Except undo_list,
744 which is handled specially in Fgarbage_collect . */ 744 which is handled specially in Fgarbage_collect. */
745 745
746 /* This structure holds the coordinates of the buffer contents 746 /* This structure holds the coordinates of the buffer contents
747 in ordinary buffers. In indirect buffers, this is not used. */ 747 in ordinary buffers. In indirect buffers, this is not used. */