From: Andreas Schwab Date: Wed, 7 Jul 1999 10:24:28 +0000 (+0000) Subject: (line-number-display-limit): Doc fix. X-Git-Tag: emacs-20.4~21 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=9f0273933300b8d36425b18e04673216d9ba093d;p=emacs.git (line-number-display-limit): Doc fix. --- diff --git a/src/xdisp.c b/src/xdisp.c index 55a3ecdb8c1..9f5c6139dc6 100644 --- a/src/xdisp.c +++ b/src/xdisp.c @@ -5545,7 +5545,7 @@ of the top or bottom of the window."); 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,