]> git.eshelyaron.com Git - emacs.git/commitdiff
(syms_of_xdisp): Doc fix.
authorKarl Heuer <kwzh@gnu.org>
Fri, 27 Feb 1998 22:05:12 +0000 (22:05 +0000)
committerKarl Heuer <kwzh@gnu.org>
Fri, 27 Feb 1998 22:05:12 +0000 (22:05 +0000)
src/xdisp.c

index aae9d9fe044e9caf83bca0e1cc02cec481157628..301bd50dc416f366eb3d6eb46fee4a3148e600e0 100644 (file)
@@ -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,