aboutsummaryrefslogtreecommitdiffstats
path: root/src/buffer.c
diff options
context:
space:
mode:
authorJuanma Barranquero2010-04-21 01:05:30 +0200
committerJuanma Barranquero2010-04-21 01:05:30 +0200
commit938efb776d77693c876fb32f63f4e9ca72666da2 (patch)
tree1ccf4d64ec319225bd89840f2792eac2c84c6d3d /src/buffer.c
parent8b1e1112af27d900fdaeff47af5120639661e821 (diff)
downloademacs-938efb776d77693c876fb32f63f4e9ca72666da2.tar.gz
emacs-938efb776d77693c876fb32f63f4e9ca72666da2.zip
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. */
5784 5784
5785 DEFVAR_PER_BUFFER ("bidi-display-reordering", 5785 DEFVAR_PER_BUFFER ("bidi-display-reordering",
5786 &current_buffer->bidi_display_reordering, Qnil, 5786 &current_buffer->bidi_display_reordering, Qnil,
5787 doc: /* Non-nil means reorder bidirectional text for display in the visual order. 5787 doc: /* Non-nil means reorder bidirectional text for display in the visual order. */);
5788See also the variable `direction-reversed'. */);
5789 5788
5790 DEFVAR_PER_BUFFER ("bidi-paragraph-direction", 5789 DEFVAR_PER_BUFFER ("bidi-paragraph-direction",
5791 &current_buffer->bidi_paragraph_direction, Qnil, 5790 &current_buffer->bidi_paragraph_direction, Qnil,