comparison man/faq.texi @ 73267:7b7b6680e295

(Displaying the current line or column): Delete "As of Emacs 20".
author Richard M. Stallman <rms@gnu.org>
date Sat, 07 Oct 2006 00:14:09 +0000
parents 9aa2afd04f48
children 6e7e2fde5ed1 8dd8c8286063
comparison
equal deleted inserted replaced
73266:acb35bee2828 73267:7b7b6680e295
1380 (Line number display is on by default, unless your site-specific 1380 (Line number display is on by default, unless your site-specific
1381 initialization disables it.) Note that Emacs will not display the line 1381 initialization disables it.) Note that Emacs will not display the line
1382 number if the buffer's size in bytes is larger than the value of the 1382 number if the buffer's size in bytes is larger than the value of the
1383 variable @code{line-number-display-limit}. 1383 variable @code{line-number-display-limit}.
1384 1384
1385 As of Emacs 20, you can similarly display the current column with 1385 You can similarly display the current column with
1386 @kbd{M-x column-number-mode}, or by putting the form 1386 @kbd{M-x column-number-mode}, or by putting the form
1387 1387
1388 @lisp 1388 @lisp
1389 (setq column-number-mode t) 1389 (setq column-number-mode t)
1390 @end lisp 1390 @end lisp