diff options
| author | Luc Teirlinck | 2004-07-19 21:01:07 +0000 |
|---|---|---|
| committer | Luc Teirlinck | 2004-07-19 21:01:07 +0000 |
| commit | 5148bc3cd5afe0fb5cff9619cb07cf60df452046 (patch) | |
| tree | 3af66733a5912e9ef0d2ea04f73f36eab76b96a0 /lispref | |
| parent | 9375be0117a8a1deb083fcd3706d6b9686fef916 (diff) | |
| download | emacs-5148bc3cd5afe0fb5cff9619cb07cf60df452046.tar.gz emacs-5148bc3cd5afe0fb5cff9619cb07cf60df452046.zip | |
(Text Lines): Add anchor for `count-lines'.
Diffstat (limited to 'lispref')
| -rw-r--r-- | lispref/positions.texi | 1 |
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} | ||
| 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 |