mirror of
https://github.com/gryf/pentadactyl-pm.git
synced 2026-03-08 10:25:46 +01:00
Fix horrific run-on sentence in :help 'ln'.
This commit is contained in:
@@ -1062,12 +1062,15 @@
|
|||||||
<description>
|
<description>
|
||||||
<p>
|
<p>
|
||||||
Patterns used to determine line numbers used by <k>G</k>. May be
|
Patterns used to determine line numbers used by <k>G</k>. May be
|
||||||
either a selector expression as accepted by <o>hinttags</o>, in
|
either a selector expression as accepted by <o>hinttags</o>, or the
|
||||||
which case the first matching element whose text content is equal to
|
string <str delim="'">func:</str> followed by a JavaScript
|
||||||
the desired line number is used or the <oa>count</oa>th element
|
expression which evaluates to a function. In the former case, the
|
||||||
failing that, or the string <str delim="'">func:</str> followed by a
|
first matching element whose text content is equal to the desired
|
||||||
function which, given arguments for the document and desired line
|
line number is used. If no such element exists, the <oa>count</oa>th
|
||||||
number, must return the target element.
|
matching element is used. In the latter case, the provided function
|
||||||
|
must accept two arguments, the document in question and the desired
|
||||||
|
line number, and must return the element corresponding to the given
|
||||||
|
line.
|
||||||
</p>
|
</p>
|
||||||
</description>
|
</description>
|
||||||
</item>
|
</item>
|
||||||
|
|||||||
Reference in New Issue
Block a user