summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndreas Schwab <schwab@suse.de>1999-07-07 10:24:28 +0000
committerAndreas Schwab <schwab@suse.de>1999-07-07 10:24:28 +0000
commit9f0273933300b8d36425b18e04673216d9ba093d (patch)
tree0d0383f1e84e70f8aff5826e04a45b10df76052b
parentf00afe93e22d2e1edb72bd9202477beba4634cd3 (diff)
downloademacs-9f0273933300b8d36425b18e04673216d9ba093d.tar.gz
(line-number-display-limit): Doc fix.
-rw-r--r--src/xdisp.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/xdisp.c b/src/xdisp.c
index 55a3ecdb8c1..9f5c6139dc6 100644
--- a/src/xdisp.c
+++ b/src/xdisp.c
@@ -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,