changeset 24928:516da11f702d

(line-number-display-limit): Doc fix.
author Andreas Schwab <schwab@suse.de>
date Wed, 07 Jul 1999 10:24:28 +0000
parents cfd699838151
children 6ba667635e10
files src/xdisp.c
diffstat 1 files changed, 1 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- 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,