aboutsummaryrefslogtreecommitdiffstats
path: root/src/buffer.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/buffer.h')
-rw-r--r--src/buffer.h10
1 files changed, 9 insertions, 1 deletions
diff --git a/src/buffer.h b/src/buffer.h
index 5217c6d7298..40f03daca90 100644
--- a/src/buffer.h
+++ b/src/buffer.h
@@ -662,8 +662,16 @@ struct buffer
662 Lisp_Object word_wrap; 662 Lisp_Object word_wrap;
663 /* Non-nil means display ctl chars with uparrow. */ 663 /* Non-nil means display ctl chars with uparrow. */
664 Lisp_Object ctl_arrow; 664 Lisp_Object ctl_arrow;
665 /* Non-nil means display text from right to left. */ 665 /* Non-nil means reorder bidirectional text for display in the
666 visual order. */
667 Lisp_Object bidi_display_reordering;
668 /* Non-nil means set beginning of lines at the right edge of
669 windows. */
666 Lisp_Object direction_reversed; 670 Lisp_Object direction_reversed;
671 /* If non-nil, specifies which direction of text to force in all the
672 paragraphs of the buffer. Nil means determine paragraph
673 direction dynamically for each paragraph. */
674 Lisp_Object bidi_paragraph_direction;
667 /* Non-nil means do selective display; 675 /* Non-nil means do selective display;
668 see doc string in syms_of_buffer (buffer.c) for details. */ 676 see doc string in syms_of_buffer (buffer.c) for details. */
669 Lisp_Object selective_display; 677 Lisp_Object selective_display;