changeset 29753:7d573ed000ce

line-number-display-limit change
author Dave Love <fx@gnu.org>
date Mon, 19 Jun 2000 18:00:49 +0000
parents 76ef59b86226
children a1149eb06423
files man/display.texi
diffstat 1 files changed, 3 insertions(+), 3 deletions(-) [+]
line wrap: on
line diff
--- a/man/display.texi	Mon Jun 19 16:20:07 2000 +0000
+++ b/man/display.texi	Mon Jun 19 18:00:49 2000 +0000
@@ -245,9 +245,9 @@
   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