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
commit889091e70be4a49a17f129ed41f8d199a237a8d0 (patch)
treedbc62c54a936cd6901ab48656d7d0c9b928ec219
parent564ead16b37fb74ac6cda6242bdc546a2fdc9cf3 (diff)
downloademacs-889091e70be4a49a17f129ed41f8d199a237a8d0.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,