diff options
Diffstat (limited to 'src')
| -rw-r--r-- | src/ChangeLog | 4 | ||||
| -rw-r--r-- | src/buffer.c | 3 |
2 files changed, 5 insertions, 2 deletions
diff --git a/src/ChangeLog b/src/ChangeLog index e499364049e..2354160c0d9 100644 --- a/src/ChangeLog +++ b/src/ChangeLog | |||
| @@ -1,3 +1,7 @@ | |||
| 1 | 2010-04-20 Juanma Barranquero <lekktu@gmail.com> | ||
| 2 | |||
| 3 | * buffer.c (syms_of_buffer) <bidi-display-reordering>: Doc fix. | ||
| 4 | |||
| 1 | 2010-04-20 Stefan Monnier <monnier@iro.umontreal.ca> | 5 | 2010-04-20 Stefan Monnier <monnier@iro.umontreal.ca> |
| 2 | 6 | ||
| 3 | * data.c (Fmake_variable_buffer_local, Fmake_local_variable): | 7 | * data.c (Fmake_variable_buffer_local, Fmake_local_variable): |
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 | ¤t_buffer->bidi_display_reordering, Qnil, | 5786 | ¤t_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. */); |
| 5788 | See also the variable `direction-reversed'. */); | ||
| 5789 | 5788 | ||
| 5790 | DEFVAR_PER_BUFFER ("bidi-paragraph-direction", | 5789 | DEFVAR_PER_BUFFER ("bidi-paragraph-direction", |
| 5791 | ¤t_buffer->bidi_paragraph_direction, Qnil, | 5790 | ¤t_buffer->bidi_paragraph_direction, Qnil, |