diff options
| -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 |