diff options
Diffstat (limited to 'src')
| -rw-r--r-- | src/buffer.c | 6 |
1 files changed, 5 insertions, 1 deletions
diff --git a/src/buffer.c b/src/buffer.c index 209e29f0f19..ea785bbcd70 100644 --- a/src/buffer.c +++ b/src/buffer.c | |||
| @@ -5659,7 +5659,11 @@ This variable is never applied to a way of decoding a file while reading it. */ | |||
| 5659 | 5659 | ||
| 5660 | DEFVAR_PER_BUFFER ("bidi-display-reordering", | 5660 | DEFVAR_PER_BUFFER ("bidi-display-reordering", |
| 5661 | &BVAR (current_buffer, bidi_display_reordering), Qnil, | 5661 | &BVAR (current_buffer, bidi_display_reordering), Qnil, |
| 5662 | doc: /* Non-nil means reorder bidirectional text for display in the visual order. */); | 5662 | doc: /* Non-nil means reorder bidirectional text for display in the visual order. |
| 5663 | Setting this to nil is intended for use in debugging the display code. | ||
| 5664 | Don't set to nil in normal sessions, as that is not supported. | ||
| 5665 | See also `bidi-paragraph-direction'; setting that non-nil might | ||
| 5666 | speed up redisplay. */); | ||
| 5663 | 5667 | ||
| 5664 | DEFVAR_PER_BUFFER ("bidi-paragraph-start-re", | 5668 | DEFVAR_PER_BUFFER ("bidi-paragraph-start-re", |
| 5665 | &BVAR (current_buffer, bidi_paragraph_start_re), Qnil, | 5669 | &BVAR (current_buffer, bidi_paragraph_start_re), Qnil, |