aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorDave Love2000-06-19 18:00:49 +0000
committerDave Love2000-06-19 18:00:49 +0000
commit14977feacfb0019fd14dafe07a854435727606b7 (patch)
treeb11b5be7167ff0a4008576714ea7c16af26230dd
parent3b4fa1b247ef090806926f346b4ace5e266c59e2 (diff)
downloademacs-14977feacfb0019fd14dafe07a854435727606b7.tar.gz
emacs-14977feacfb0019fd14dafe07a854435727606b7.zip
line-number-display-limit change
-rw-r--r--man/display.texi6
1 files 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.
245 If the buffer is very large (larger than the value of 245 If the buffer is very large (larger than the value of
246@code{line-number-display-limit}), then the line number doesn't appear. 246@code{line-number-display-limit}), then the line number doesn't appear.
247Emacs doesn't compute the line number when the buffer is large, because 247Emacs doesn't compute the line number when the buffer is large, because
248that would be too slow. If you have narrowed the buffer 248that would be too slow. Set it to @code{nil} to remove the limit. If
249(@pxref{Narrowing}), the displayed line number is relative to the 249you have narrowed the buffer (@pxref{Narrowing}), the displayed line
250accessible portion of the buffer. 250number is relative to the accessible portion of the buffer.
251 251
252@cindex Column Number mode 252@cindex Column Number mode
253@cindex mode, Column Number 253@cindex mode, Column Number