diff options
Diffstat (limited to 'src/buffer.c')
-rw-r--r-- | src/buffer.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/buffer.c b/src/buffer.c index e151e9451d1..bd7c82c062f 100644 --- a/src/buffer.c +++ b/src/buffer.c @@ -5730,7 +5730,7 @@ The values of `right-to-left' and `left-to-right' override that. Any other value is treated as nil. This variable has no effect unless the buffer's value of -\`bidi-display-reordering' is non-nil. */); +`bidi-display-reordering' is non-nil. */); DEFVAR_PER_BUFFER ("truncate-lines", &BVAR (current_buffer, truncate_lines), Qnil, doc: /* Non-nil means do not display continuation lines. |