diff options
Diffstat (limited to 'src/buffer.c')
| -rw-r--r-- | src/buffer.c | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/src/buffer.c b/src/buffer.c index 4966c322286..b19286c6ea9 100644 --- a/src/buffer.c +++ b/src/buffer.c | |||
| @@ -5784,8 +5784,7 @@ This variable is never applied to a way of decoding a file while reading it. */ | |||
| 5784 | 5784 | ||
| 5785 | DEFVAR_PER_BUFFER ("bidi-display-reordering", | 5785 | DEFVAR_PER_BUFFER ("bidi-display-reordering", |
| 5786 | ¤t_buffer->bidi_display_reordering, Qnil, | 5786 | ¤t_buffer->bidi_display_reordering, Qnil, |
| 5787 | doc: /* Non-nil means reorder bidirectional text for display in the visual order. | 5787 | doc: /* Non-nil means reorder bidirectional text for display in the visual order. */); |
| 5788 | See also the variable `direction-reversed'. */); | ||
| 5789 | 5788 | ||
| 5790 | DEFVAR_PER_BUFFER ("bidi-paragraph-direction", | 5789 | DEFVAR_PER_BUFFER ("bidi-paragraph-direction", |
| 5791 | ¤t_buffer->bidi_paragraph_direction, Qnil, | 5790 | ¤t_buffer->bidi_paragraph_direction, Qnil, |