From: Dave Love Date: Mon, 19 Jun 2000 18:00:49 +0000 (+0000) Subject: line-number-display-limit change X-Git-Tag: emacs-pretest-21.0.90~3232 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=14977feacfb0019fd14dafe07a854435727606b7;p=emacs.git line-number-display-limit change --- diff --git a/man/display.texi b/man/display.texi index e02f0785ac1..df64f6829b4 100644 --- a/man/display.texi +++ b/man/display.texi @@ -245,9 +245,9 @@ minor modes and about how to use this command. If the buffer is very large (larger than the value of @code{line-number-display-limit}), then the line number doesn't appear. Emacs doesn't compute the line number when the buffer is large, because -that would be too slow. If you have narrowed the buffer -(@pxref{Narrowing}), the displayed line number is relative to the -accessible portion of the buffer. +that would be too slow. Set it to @code{nil} to remove the limit. If +you have narrowed the buffer (@pxref{Narrowing}), the displayed line +number is relative to the accessible portion of the buffer. @cindex Column Number mode @cindex mode, Column Number