From: Karl Heuer Date: Fri, 27 Feb 1998 22:05:12 +0000 (+0000) Subject: (syms_of_xdisp): Doc fix. X-Git-Tag: emacs-20.3~2077 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=db4f2bfa4c2650a56f52b3a69deaf3d1561b8b2b;p=emacs.git (syms_of_xdisp): Doc fix. --- diff --git a/src/xdisp.c b/src/xdisp.c index aae9d9fe044..301bd50dc41 100644 --- a/src/xdisp.c +++ b/src/xdisp.c @@ -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,