diff options
Diffstat (limited to 'src/buffer.c')
| -rw-r--r-- | src/buffer.c | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/src/buffer.c b/src/buffer.c index 12620f0d4aa..ffd74d477bd 100644 --- a/src/buffer.c +++ b/src/buffer.c | |||
| @@ -5626,8 +5626,9 @@ This variable is never applied to a way of decoding a file while reading it. */ | |||
| 5626 | 5626 | ||
| 5627 | DEFVAR_PER_BUFFER ("bidi-display-reordering", | 5627 | DEFVAR_PER_BUFFER ("bidi-display-reordering", |
| 5628 | &BVAR (current_buffer, bidi_display_reordering), Qnil, | 5628 | &BVAR (current_buffer, bidi_display_reordering), Qnil, |
| 5629 | doc: /* Non-nil means reorder bidirectional text for display in the visual order. */); | 5629 | doc: /* Non-nil means reorder bidirectional text for display in the visual order. |
| 5630 | 5630 | Setting this to nil is intended for use in debugging the display code. | |
| 5631 | Don't set to nil in normal sessions, as that is not supported. */); | ||
| 5631 | DEFVAR_PER_BUFFER ("bidi-paragraph-start-re", | 5632 | DEFVAR_PER_BUFFER ("bidi-paragraph-start-re", |
| 5632 | &BVAR (current_buffer, bidi_paragraph_start_re), Qnil, | 5633 | &BVAR (current_buffer, bidi_paragraph_start_re), Qnil, |
| 5633 | doc: /* If non-nil, a regexp matching a line that starts OR separates paragraphs. | 5634 | doc: /* If non-nil, a regexp matching a line that starts OR separates paragraphs. |