From 938efb776d77693c876fb32f63f4e9ca72666da2 Mon Sep 17 00:00:00 2001 From: Juanma Barranquero Date: Wed, 21 Apr 2010 01:05:30 +0200 Subject: Remove references to (default-)direction-reversed. --- src/buffer.c | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'src/buffer.c') 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, -- cgit v1.2.1