Skip to content

Commit

Permalink
[manual] Augment eachLine doc
Browse files Browse the repository at this point in the history
  • Loading branch information
stasoid committed Jun 15, 2021
1 parent b69f9d9 commit 6b290a4
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions doc/manual.html
Original file line number Diff line number Diff line change
Expand Up @@ -1320,6 +1320,8 @@ <h3 id="api_content">Content manipulation methods</h3>
and <code>end</code> line numbers are given, the range
from <code>start</code> up to (not including) <code>end</code>,
and call <code>f</code> for each line, passing the line handle.
<code>eachLine</code> stops iterating if <code>f</code> returns
truthy value.
This is a faster way to visit a range of line handlers than
calling <a href="#getLineHandle"><code>getLineHandle</code></a>
for each of them. Note that line handles have
Expand Down

0 comments on commit 6b290a4

Please sign in to comment.