diff options
author | Kaz Kylheku <kaz@kylheku.com> | 2022-07-18 06:46:44 -0700 |
---|---|---|
committer | Kaz Kylheku <kaz@kylheku.com> | 2022-07-18 06:46:44 -0700 |
commit | 61116364890a10145a47c4dec6c853a75333b5df (patch) | |
tree | fda64a7089b5028fd4f3c67fafbb98a333016e02 | |
parent | 78ee7af132519675ad788a5990a2720cfe351bb3 (diff) | |
download | txr-61116364890a10145a47c4dec6c853a75333b5df.tar.gz txr-61116364890a10145a47c4dec6c853a75333b5df.tar.bz2 txr-61116364890a10145a47c4dec6c853a75333b5df.zip |
doc: pos function.
* txr.1: Improve unclear wording describing pos function.
-rw-r--r-- | txr.1 | 14 |
1 files changed, 9 insertions, 5 deletions
@@ -34559,15 +34559,19 @@ to If this argument is omitted, then the .code equal function is used. -The position of the first element +The +.code pos +function returns the position of the first element of .meta sequence whose comparison key (as retrieved by .metn keyfun ) -matches the search (under -.metn testfun ) -is -returned. If no such element is found, +matches +.metn key , +as compared by the +.meta testfun +function. +If no such element is found, .code nil is returned. |