diff options
| author | Dave Love | 2000-06-19 18:00:49 +0000 |
|---|---|---|
| committer | Dave Love | 2000-06-19 18:00:49 +0000 |
| commit | 14977feacfb0019fd14dafe07a854435727606b7 (patch) | |
| tree | b11b5be7167ff0a4008576714ea7c16af26230dd | |
| parent | 3b4fa1b247ef090806926f346b4ace5e266c59e2 (diff) | |
| download | emacs-14977feacfb0019fd14dafe07a854435727606b7.tar.gz emacs-14977feacfb0019fd14dafe07a854435727606b7.zip | |
line-number-display-limit change
| -rw-r--r-- | man/display.texi | 6 |
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. |
| 247 | Emacs doesn't compute the line number when the buffer is large, because | 247 | Emacs doesn't compute the line number when the buffer is large, because |
| 248 | that would be too slow. If you have narrowed the buffer | 248 | that 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 | 249 | you have narrowed the buffer (@pxref{Narrowing}), the displayed line |
| 250 | accessible portion of the buffer. | 250 | number 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 |