From 14977feacfb0019fd14dafe07a854435727606b7 Mon Sep 17 00:00:00 2001 From: Dave Love Date: Mon, 19 Jun 2000 18:00:49 +0000 Subject: [PATCH] line-number-display-limit change --- man/display.texi | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) 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 -- 2.39.2