]> git.eshelyaron.com Git - emacs.git/commitdiff
line-number-display-limit change
authorDave Love <fx@gnu.org>
Mon, 19 Jun 2000 18:00:49 +0000 (18:00 +0000)
committerDave Love <fx@gnu.org>
Mon, 19 Jun 2000 18:00:49 +0000 (18:00 +0000)
man/display.texi

index e02f0785ac10ee0799df8e768f574c4f8d9ca8b5..df64f6829b4c890cbb76eb2ccd45a409a4dae5b3 100644 (file)
@@ -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