Improve doc string of 'bidi-display-reordering'
* src/buffer.c (syms_of_buffer) <bidi-display-reordering>: Further doc fix.
This commit is contained in:
parent
34ee26dd93
commit
4455ddbe56
1 changed files with 4 additions and 1 deletions
|
@ -5628,7 +5628,10 @@ This variable is never applied to a way of decoding a file while reading it. */
|
||||||
&BVAR (current_buffer, bidi_display_reordering), Qnil,
|
&BVAR (current_buffer, bidi_display_reordering), Qnil,
|
||||||
doc: /* Non-nil means reorder bidirectional text for display in the visual order.
|
doc: /* Non-nil means reorder bidirectional text for display in the visual order.
|
||||||
Setting this to nil is intended for use in debugging the display code.
|
Setting this to nil is intended for use in debugging the display code.
|
||||||
Don't set to nil in normal sessions, as that is not supported. */);
|
Don't set to nil in normal sessions, as that is not supported.
|
||||||
|
See also `bidi-paragraph-direction'; setting that might speed up
|
||||||
|
redisplay. */);
|
||||||
|
|
||||||
DEFVAR_PER_BUFFER ("bidi-paragraph-start-re",
|
DEFVAR_PER_BUFFER ("bidi-paragraph-start-re",
|
||||||
&BVAR (current_buffer, bidi_paragraph_start_re), Qnil,
|
&BVAR (current_buffer, bidi_paragraph_start_re), Qnil,
|
||||||
doc: /* If non-nil, a regexp matching a line that starts OR separates paragraphs.
|
doc: /* If non-nil, a regexp matching a line that starts OR separates paragraphs.
|
||||||
|
|
Loading…
Add table
Reference in a new issue