aboutsummaryrefslogtreecommitdiffstats
path: root/src/buffer.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/buffer.h')
-rw-r--r--src/buffer.h5
1 files changed, 4 insertions, 1 deletions
diff --git a/src/buffer.h b/src/buffer.h
index 34fe308b671..403b249df6f 100644
--- a/src/buffer.h
+++ b/src/buffer.h
@@ -575,7 +575,10 @@ struct buffer
575 Lisp_Object cursor_type_; 575 Lisp_Object cursor_type_;
576 576
577 /* An integer > 0 means put that number of pixels below text lines 577 /* An integer > 0 means put that number of pixels below text lines
578 in the display of this buffer. */ 578 in the display of this buffer.
579 A float ~ 1.0 means add extra number of pixels below text lines
580 relative to the line height.
581 A cons means put car spacing above and cdr spacing below the line. */
579 Lisp_Object extra_line_spacing_; 582 Lisp_Object extra_line_spacing_;
580 583
581#ifdef HAVE_TREE_SITTER 584#ifdef HAVE_TREE_SITTER