aboutsummaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
authorKarl Heuer1998-02-27 22:05:12 +0000
committerKarl Heuer1998-02-27 22:05:12 +0000
commitdb4f2bfa4c2650a56f52b3a69deaf3d1561b8b2b (patch)
tree4fb97cb9ed85170e160b3dcfd3d0cfee3125d58f /src
parent984ef137be37ec0037e0a01940fd1e265dc00faa (diff)
downloademacs-db4f2bfa4c2650a56f52b3a69deaf3d1561b8b2b.tar.gz
emacs-db4f2bfa4c2650a56f52b3a69deaf3d1561b8b2b.zip
(syms_of_xdisp): Doc fix.
Diffstat (limited to 'src')
-rw-r--r--src/xdisp.c4
1 files changed, 3 insertions, 1 deletions
diff --git a/src/xdisp.c b/src/xdisp.c
index aae9d9fe044..301bd50dc41 100644
--- a/src/xdisp.c
+++ b/src/xdisp.c
@@ -5395,7 +5395,9 @@ of the top or bottom of the window.");
5395 mode_line_inverse_video = 1; 5395 mode_line_inverse_video = 1;
5396 5396
5397 DEFVAR_INT ("line-number-display-limit", &line_number_display_limit, 5397 DEFVAR_INT ("line-number-display-limit", &line_number_display_limit,
5398 "*Maximum buffer size for which line number should be displayed."); 5398 "*Maximum buffer size (in characters) for line number display\n\
5399If the buffer is bigger than this, the line number does not appear\n\
5400in the mode line..");
5399 line_number_display_limit = 1000000; 5401 line_number_display_limit = 1000000;
5400 5402
5401 DEFVAR_BOOL ("highlight-nonselected-windows", &highlight_nonselected_windows, 5403 DEFVAR_BOOL ("highlight-nonselected-windows", &highlight_nonselected_windows,