comparison lispref/positions.texi @ 89956:b9eee0a7bef5

Revision: miles@gnu.org--gnu-2004/emacs--unicode--0--patch-25 Merge from emacs--cvs-trunk--0 Patches applied: * miles@gnu.org--gnu-2004/emacs--cvs-trunk--0--patch-459 - miles@gnu.org--gnu-2004/emacs--cvs-trunk--0--patch-463 Update from CVS * miles@gnu.org--gnu-2004/emacs--cvs-trunk--0--patch-464 Update from CVS: lisp/progmodes/make-mode.el: Fix comments. * miles@gnu.org--gnu-2004/emacs--cvs-trunk--0--patch-465 Update from CVS
author Miles Bader <miles@gnu.org>
date Fri, 23 Jul 2004 04:30:44 +0000
parents 548375b6b1f8 17695367365d
children f2ebccfa87d4
comparison
equal deleted inserted replaced
89955:7f8b53f94713 89956:b9eee0a7bef5
387 In an interactive call, @var{count} is the numeric prefix argument. 387 In an interactive call, @var{count} is the numeric prefix argument.
388 @end deffn 388 @end deffn
389 389
390 @defun count-lines start end 390 @defun count-lines start end
391 @cindex lines in region 391 @cindex lines in region
392 @anchor{Definition of count-lines}
392 This function returns the number of lines between the positions 393 This function returns the number of lines between the positions
393 @var{start} and @var{end} in the current buffer. If @var{start} and 394 @var{start} and @var{end} in the current buffer. If @var{start} and
394 @var{end} are equal, then it returns 0. Otherwise it returns at least 395 @var{end} are equal, then it returns 0. Otherwise it returns at least
395 1, even if @var{start} and @var{end} are on the same line. This is 396 1, even if @var{start} and @var{end} are on the same line. This is
396 because the text between them, considered in isolation, must contain at 397 because the text between them, considered in isolation, must contain at