mirror of
git://git.sv.gnu.org/emacs.git
synced 2025-12-25 15:00:45 -08:00
(Text Lines): Add anchor for `count-lines'.
This commit is contained in:
parent
9375be0117
commit
5148bc3cd5
1 changed files with 1 additions and 0 deletions
|
|
@ -389,6 +389,7 @@ In an interactive call, @var{count} is the numeric prefix argument.
|
|||
|
||||
@defun count-lines start end
|
||||
@cindex lines in region
|
||||
@anchor{Definition of count-lines}
|
||||
This function returns the number of lines between the positions
|
||||
@var{start} and @var{end} in the current buffer. If @var{start} and
|
||||
@var{end} are equal, then it returns 0. Otherwise it returns at least
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue