]> git.eshelyaron.com Git - emacs.git/commitdiff
(line-number-display-limit): Doc fix.
authorAndreas Schwab <schwab@suse.de>
Wed, 7 Jul 1999 10:24:28 +0000 (10:24 +0000)
committerAndreas Schwab <schwab@suse.de>
Wed, 7 Jul 1999 10:24:28 +0000 (10:24 +0000)
src/xdisp.c

index 55a3ecdb8c140e7760b5843bec8de6fa23d57b10..9f5c6139dc6ef5f033f11dc133cc79e8f1f1fbd2 100644 (file)
@@ -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,