diff options
| author | Eli Zaretskii | 2019-07-13 14:21:41 +0300 |
|---|---|---|
| committer | Eli Zaretskii | 2019-07-13 14:21:41 +0300 |
| commit | 4455ddbe5645f34791e34e231b6145f08f0faa10 (patch) | |
| tree | 9c6d68c96fd3f8e99493706dab3bb5fa6bc9a6c4 /src/buffer.c | |
| parent | 34ee26dd93613849802bfe40cd7fae3df0b57fd1 (diff) | |
| download | emacs-4455ddbe5645f34791e34e231b6145f08f0faa10.tar.gz emacs-4455ddbe5645f34791e34e231b6145f08f0faa10.zip | |
Improve doc string of 'bidi-display-reordering'
* src/buffer.c (syms_of_buffer) <bidi-display-reordering>:
Further doc fix.
Diffstat (limited to 'src/buffer.c')
| -rw-r--r-- | src/buffer.c | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/src/buffer.c b/src/buffer.c index ffd74d477bd..e01f5861e27 100644 --- a/src/buffer.c +++ b/src/buffer.c | |||
| @@ -5628,7 +5628,10 @@ This variable is never applied to a way of decoding a file while reading it. */ | |||
| 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 | Setting this to nil is intended for use in debugging the display code. | 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 | Don't set to nil in normal sessions, as that is not supported. |
| 5632 | See also `bidi-paragraph-direction'; setting that might speed up | ||
| 5633 | redisplay. */); | ||
| 5634 | |||
| 5632 | DEFVAR_PER_BUFFER ("bidi-paragraph-start-re", | 5635 | DEFVAR_PER_BUFFER ("bidi-paragraph-start-re", |
| 5633 | &BVAR (current_buffer, bidi_paragraph_start_re), Qnil, | 5636 | &BVAR (current_buffer, bidi_paragraph_start_re), Qnil, |
| 5634 | doc: /* If non-nil, a regexp matching a line that starts OR separates paragraphs. | 5637 | doc: /* If non-nil, a regexp matching a line that starts OR separates paragraphs. |