Mercurial > hg > xemacs-beta
comparison man/lispref/positions.texi @ 2214:0ac5faff7095
[xemacs-hg @ 2004-08-13 09:28:20 by stephent]
fix bogus xref <87d61vcrr5.fsf@tleepslib.sk.tsukuba.ac.jp>
author | stephent |
---|---|
date | Fri, 13 Aug 2004 09:28:23 +0000 |
parents | 1ccc32a20af4 |
children | 6772ce4d982b |
comparison
equal
deleted
inserted
replaced
2213:d7b0be86f112 | 2214:0ac5faff7095 |
---|---|
362 least one line unless it is empty. | 362 least one line unless it is empty. |
363 | 363 |
364 With optional @var{ignore-invisible-lines-flag} non-@code{nil}, lines | 364 With optional @var{ignore-invisible-lines-flag} non-@code{nil}, lines |
365 collapsed with selective-display are excluded from the line count. | 365 collapsed with selective-display are excluded from the line count. |
366 | 366 |
367 @strong{Note:} The expression to return the current line number is not | 367 @strong{N.B.} The expression to return the current line number is not |
368 obvious: | 368 obvious: |
369 | 369 |
370 @example | 370 @example |
371 (1+ (count-lines 1 (point-at-bol))) | 371 (1+ (count-lines 1 (point-at-bol))) |
372 @end example | 372 @end example |