summaryrefslogtreecommitdiff
path: root/src/buffer.c
diff options
context:
space:
mode:
authorJuanma Barranquero <lekktu@gmail.com>2010-04-21 01:05:30 +0200
committerJuanma Barranquero <lekktu@gmail.com>2010-04-21 01:05:30 +0200
commit938efb776d77693c876fb32f63f4e9ca72666da2 (patch)
tree1ccf4d64ec319225bd89840f2792eac2c84c6d3d /src/buffer.c
parent8b1e1112af27d900fdaeff47af5120639661e821 (diff)
Remove references to (default-)direction-reversed.
Diffstat (limited to 'src/buffer.c')
-rw-r--r--src/buffer.c3
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",
&current_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",
&current_buffer->bidi_paragraph_direction, Qnil,