diff options
Diffstat (limited to 'src/buffer.c')
| -rw-r--r-- | src/buffer.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/buffer.c b/src/buffer.c index 79800490fd1..45d6fa36d04 100644 --- a/src/buffer.c +++ b/src/buffer.c | |||
| @@ -5500,7 +5500,7 @@ The variable `coding-system-for-write', if non-nil, overrides this variable. | |||
| 5500 | This variable is never applied to a way of decoding a file while reading it. */); | 5500 | This variable is never applied to a way of decoding a file while reading it. */); |
| 5501 | 5501 | ||
| 5502 | DEFVAR_PER_BUFFER ("bidi-display-reordering", | 5502 | DEFVAR_PER_BUFFER ("bidi-display-reordering", |
| 5503 | &BVAR (current_buffer, bidi_display_reordering), Qt, | 5503 | &BVAR (current_buffer, bidi_display_reordering), Qnil, |
| 5504 | doc: /* Non-nil means reorder bidirectional text for display in the visual order. */); | 5504 | doc: /* Non-nil means reorder bidirectional text for display in the visual order. */); |
| 5505 | 5505 | ||
| 5506 | DEFVAR_PER_BUFFER ("bidi-paragraph-direction", | 5506 | DEFVAR_PER_BUFFER ("bidi-paragraph-direction", |