diff options
| author | Juanma Barranquero <lekktu@gmail.com> | 2010-04-21 01:05:30 +0200 |
|---|---|---|
| committer | Juanma Barranquero <lekktu@gmail.com> | 2010-04-21 01:05:30 +0200 |
| commit | 938efb776d77693c876fb32f63f4e9ca72666da2 (patch) | |
| tree | 1ccf4d64ec319225bd89840f2792eac2c84c6d3d /src/buffer.c | |
| parent | 8b1e1112af27d900fdaeff47af5120639661e821 (diff) | |
Remove references to (default-)direction-reversed.
Diffstat (limited to 'src/buffer.c')
| -rw-r--r-- | src/buffer.c | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/src/buffer.c b/src/buffer.c index 4966c322286..b19286c6ea9 100644 --- a/src/buffer.c +++ b/src/buffer.c @@ -5784,8 +5784,7 @@ This variable is never applied to a way of decoding a file while reading it. */ DEFVAR_PER_BUFFER ("bidi-display-reordering", ¤t_buffer->bidi_display_reordering, Qnil, - doc: /* Non-nil means reorder bidirectional text for display in the visual order. -See also the variable `direction-reversed'. */); + doc: /* Non-nil means reorder bidirectional text for display in the visual order. */); DEFVAR_PER_BUFFER ("bidi-paragraph-direction", ¤t_buffer->bidi_paragraph_direction, Qnil, |
