Mercurial > emacs
comparison src/xdisp.c @ 24928:516da11f702d
(line-number-display-limit): Doc fix.
author | Andreas Schwab <schwab@suse.de> |
---|---|
date | Wed, 07 Jul 1999 10:24:28 +0000 |
parents | de2065294ca3 |
children | 583c6bc7fe82 |
comparison
equal
deleted
inserted
replaced
24927:cfd699838151 | 24928:516da11f702d |
---|---|
5543 mode_line_inverse_video = 1; | 5543 mode_line_inverse_video = 1; |
5544 | 5544 |
5545 DEFVAR_INT ("line-number-display-limit", &line_number_display_limit, | 5545 DEFVAR_INT ("line-number-display-limit", &line_number_display_limit, |
5546 "*Maximum buffer size (in characters) for line number display\n\ | 5546 "*Maximum buffer size (in characters) for line number display\n\ |
5547 If the buffer is bigger than this, the line number does not appear\n\ | 5547 If the buffer is bigger than this, the line number does not appear\n\ |
5548 in the mode line.."); | 5548 in the mode line."); |
5549 line_number_display_limit = 1000000; | 5549 line_number_display_limit = 1000000; |
5550 | 5550 |
5551 DEFVAR_BOOL ("highlight-nonselected-windows", &highlight_nonselected_windows, | 5551 DEFVAR_BOOL ("highlight-nonselected-windows", &highlight_nonselected_windows, |
5552 "*Non-nil means highlight region even in nonselected windows."); | 5552 "*Non-nil means highlight region even in nonselected windows."); |
5553 highlight_nonselected_windows = 0; | 5553 highlight_nonselected_windows = 0; |