mirror of
git://git.sv.gnu.org/emacs.git
synced 2026-01-07 04:10:27 -08:00
(syms_of_xdisp): Doc fix.
This commit is contained in:
parent
984ef137be
commit
db4f2bfa4c
1 changed files with 3 additions and 1 deletions
|
|
@ -5395,7 +5395,9 @@ of the top or bottom of the window.");
|
|||
mode_line_inverse_video = 1;
|
||||
|
||||
DEFVAR_INT ("line-number-display-limit", &line_number_display_limit,
|
||||
"*Maximum buffer size for which line number should be displayed.");
|
||||
"*Maximum buffer size (in characters) for line number display\n\
|
||||
If the buffer is bigger than this, the line number does not appear\n\
|
||||
in the mode line..");
|
||||
line_number_display_limit = 1000000;
|
||||
|
||||
DEFVAR_BOOL ("highlight-nonselected-windows", &highlight_nonselected_windows,
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue