diff src/xdisp.c @ 20997:115d8c173aaf

(syms_of_xdisp): Doc fix.
author Karl Heuer <kwzh@gnu.org>
date Fri, 27 Feb 1998 22:05:12 +0000
parents 0ce30e7ba2b8
children 0e9e9906db7b
line wrap: on
line diff
--- a/src/xdisp.c	Fri Feb 27 21:56:28 1998 +0000
+++ b/src/xdisp.c	Fri Feb 27 22:05:12 1998 +0000
@@ -5395,7 +5395,9 @@
   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,