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. | |||
| 5730 | Any other value is treated as nil. | 5730 | Any other value is treated as nil. |
| 5731 | 5731 | ||
| 5732 | This variable has no effect unless the buffer's value of | 5732 | This variable has no effect unless the buffer's value of |
| 5733 | \`bidi-display-reordering' is non-nil. */); | 5733 | `bidi-display-reordering' is non-nil. */); |
| 5734 | 5734 | ||
| 5735 | DEFVAR_PER_BUFFER ("truncate-lines", &BVAR (current_buffer, truncate_lines), Qnil, | 5735 | DEFVAR_PER_BUFFER ("truncate-lines", &BVAR (current_buffer, truncate_lines), Qnil, |
| 5736 | doc: /* Non-nil means do not display continuation lines. | 5736 | doc: /* Non-nil means do not display continuation lines. |