# HG changeset patch # User Andreas Schwab # Date 931343068 0 # Node ID 516da11f702d18d64c9553f08637b012f1dfef9a # Parent cfd699838151227c0ab4c3ee6417b53b81acef0e (line-number-display-limit): Doc fix. diff -r cfd699838151 -r 516da11f702d src/xdisp.c --- a/src/xdisp.c Tue Jul 06 18:29:04 1999 +0000 +++ b/src/xdisp.c Wed Jul 07 10:24:28 1999 +0000 @@ -5545,7 +5545,7 @@ DEFVAR_INT ("line-number-display-limit", &line_number_display_limit, "*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.."); +in the mode line."); line_number_display_limit = 1000000; DEFVAR_BOOL ("highlight-nonselected-windows", &highlight_nonselected_windows,