diff options
Diffstat (limited to 'src')
| -rw-r--r-- | src/xdisp.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/xdisp.c b/src/xdisp.c index 0846af268eb..e853c8c2232 100644 --- a/src/xdisp.c +++ b/src/xdisp.c | |||
| @@ -35445,7 +35445,7 @@ and `scroll-right' overrides this variable's effect. */); | |||
| 35445 | Vhscroll_step = make_fixnum (0); | 35445 | Vhscroll_step = make_fixnum (0); |
| 35446 | 35446 | ||
| 35447 | DEFVAR_BOOL ("message-truncate-lines", message_truncate_lines, | 35447 | DEFVAR_BOOL ("message-truncate-lines", message_truncate_lines, |
| 35448 | doc: /* If non-nil, messages are truncated instead of resizing the echo area. | 35448 | doc: /* If non-nil, messages are truncated when displaying the echo area. |
| 35449 | Bind this around calls to `message' to let it take effect. */); | 35449 | Bind this around calls to `message' to let it take effect. */); |
| 35450 | message_truncate_lines = false; | 35450 | message_truncate_lines = false; |
| 35451 | 35451 | ||