We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b69f9d9 commit 6b290a4Copy full SHA for 6b290a4
doc/manual.html
@@ -1320,6 +1320,8 @@ <h3 id="api_content">Content manipulation methods</h3>
1320
and <code>end</code> line numbers are given, the range
1321
from <code>start</code> up to (not including) <code>end</code>,
1322
and call <code>f</code> for each line, passing the line handle.
1323
+ <code>eachLine</code> stops iterating if <code>f</code> returns
1324
+ truthy value.
1325
This is a faster way to visit a range of line handlers than
1326
calling <a href="#getLineHandle"><code>getLineHandle</code></a>
1327
for each of them. Note that line handles have
0 commit comments