aboutsummaryrefslogtreecommitdiffstats
path: root/lispref
diff options
context:
space:
mode:
authorLuc Teirlinck2004-07-19 21:01:07 +0000
committerLuc Teirlinck2004-07-19 21:01:07 +0000
commit5148bc3cd5afe0fb5cff9619cb07cf60df452046 (patch)
tree3af66733a5912e9ef0d2ea04f73f36eab76b96a0 /lispref
parent9375be0117a8a1deb083fcd3706d6b9686fef916 (diff)
downloademacs-5148bc3cd5afe0fb5cff9619cb07cf60df452046.tar.gz
emacs-5148bc3cd5afe0fb5cff9619cb07cf60df452046.zip
(Text Lines): Add anchor for `count-lines'.
Diffstat (limited to 'lispref')
-rw-r--r--lispref/positions.texi1
1 files changed, 1 insertions, 0 deletions
diff --git a/lispref/positions.texi b/lispref/positions.texi
index 22a800a2216..12ec9f7ff4e 100644
--- a/lispref/positions.texi
+++ b/lispref/positions.texi
@@ -389,6 +389,7 @@ In an interactive call, @var{count} is the numeric prefix argument.
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}
392This function returns the number of lines between the positions 393This 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