# HG changeset patch # User Dave Love # Date 961437649 0 # Node ID 7d573ed000cef2f856aaa6694c11c2739f832ccb # Parent 76ef59b86226073ef0095f29d791e08513bad17c line-number-display-limit change diff -r 76ef59b86226 -r 7d573ed000ce man/display.texi --- 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