diff options
| author | Eli Zaretskii | 2019-07-13 14:24:15 +0300 |
|---|---|---|
| committer | Eli Zaretskii | 2019-07-13 14:24:15 +0300 |
| commit | 7e62778548265202120ae32d90f82a064bcdf576 (patch) | |
| tree | 2674d0a0dc75be770778f6699d893c4dcfb5a63f /src/buffer.c | |
| parent | 4455ddbe5645f34791e34e231b6145f08f0faa10 (diff) | |
| download | emacs-7e62778548265202120ae32d90f82a064bcdf576.tar.gz emacs-7e62778548265202120ae32d90f82a064bcdf576.zip | |
; Another minor change in 'bidi-display-reordering's doc string.
Diffstat (limited to 'src/buffer.c')
| -rw-r--r-- | src/buffer.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/buffer.c b/src/buffer.c index e01f5861e27..6a8da12471f 100644 --- a/src/buffer.c +++ b/src/buffer.c | |||
| @@ -5629,8 +5629,8 @@ This variable is never applied to a way of decoding a file while reading it. */ | |||
| 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 | 5632 | See also `bidi-paragraph-direction'; setting that non-nil might |
| 5633 | redisplay. */); | 5633 | speed up redisplay. */); |
| 5634 | 5634 | ||
| 5635 | DEFVAR_PER_BUFFER ("bidi-paragraph-start-re", | 5635 | DEFVAR_PER_BUFFER ("bidi-paragraph-start-re", |
| 5636 | &BVAR (current_buffer, bidi_paragraph_start_re), Qnil, | 5636 | &BVAR (current_buffer, bidi_paragraph_start_re), Qnil, |