aboutsummaryrefslogtreecommitdiffstats
path: root/src/buffer.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/buffer.h')
-rw-r--r--src/buffer.h6
1 files changed, 3 insertions, 3 deletions
diff --git a/src/buffer.h b/src/buffer.h
index 205bf865879..b3f131a46c1 100644
--- a/src/buffer.h
+++ b/src/buffer.h
@@ -664,9 +664,9 @@ struct buffer
664 /* Non-nil means set beginning of lines at the right edge of 664 /* Non-nil means set beginning of lines at the right edge of
665 windows. */ 665 windows. */
666 Lisp_Object direction_reversed; 666 Lisp_Object direction_reversed;
667 /* If non-nil, specifies which direction of text to force in each 667 /* If non-nil, specifies which direction of text to force in all the
668 paragraph. Nil means determine paragraph direction dynamically 668 paragraphs of the buffer. Nil means determine paragraph
669 for each paragraph. */ 669 direction dynamically for each paragraph. */
670 Lisp_Object paragraph_direction; 670 Lisp_Object 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. */