diff options
author | bptato <nincsnevem662@gmail.com> | 2023-12-21 17:58:42 +0100 |
---|---|---|
committer | bptato <nincsnevem662@gmail.com> | 2023-12-21 18:02:44 +0100 |
commit | 140e1c494d4fb340c73144656f270e4a4d363698 (patch) | |
tree | 320b77bd24853a50346a2636df0028a9ea039db1 /doc | |
parent | 3563b6e5d67e88dd9f7a261b65d15d9360e979bd (diff) | |
download | chawan-140e1c494d4fb340c73144656f270e4a4d363698.tar.gz |
container: fix gotoMarkY
Now it actually does what it was supposed to do. Also, clarify what it does in config.md
Diffstat (limited to 'doc')
-rw-r--r-- | doc/config.md | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/doc/config.md b/doc/config.md index 04749ca6..dcc63d6c 100644 --- a/doc/config.md +++ b/doc/config.md @@ -1036,8 +1036,8 @@ do nothing and return false.</td> <tr> <td>`pager.gotoMarkY(id)`</td> -<td>If the mark `id` exists, jump to its Y position and return true. Otherwise, -do nothing and return false.</td> +<td>If the mark `id` exists, jump to the beginning of the line at +its Y position and return true. Otherwise, do nothing and return false.</td> </tr> <tr> |