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 b3f131a46c1..3b6ff0e8bfb 100644
--- a/src/buffer.h
+++ b/src/buffer.h
@@ -667,7 +667,7 @@ struct buffer
667 /* If non-nil, specifies which direction of text to force in all the 667 /* If non-nil, specifies which direction of text to force in all the
668 paragraphs of the buffer. Nil means determine paragraph 668 paragraphs of the buffer. Nil means determine paragraph
669 direction dynamically for each paragraph. */ 669 direction dynamically for each paragraph. */
670 Lisp_Object paragraph_direction; 670 Lisp_Object bidi_paragraph_direction;
671 /* Non-nil means do selective display; 671 /* Non-nil means do selective display;
672 see doc string in syms_of_buffer (buffer.c) for details. */ 672 see doc string in syms_of_buffer (buffer.c) for details. */
673 Lisp_Object selective_display; 673 Lisp_Object selective_display;