1
0
mirror of https://github.com/gryf/pentadactyl-pm.git synced 2026-01-06 10:04:11 +01:00

Clearly document the <C-d>/<C-u>/'scroll' behaviour.

This commit is contained in:
Štěpán Němec
2011-11-14 13:39:50 +01:00
parent 900eb1d0b0
commit 61472845d7
2 changed files with 8 additions and 7 deletions

View File

@@ -203,8 +203,8 @@
<description>
<p>
Scroll window downwards by the amount specified in the
<o>scroll</o> option. With <oa>count</oa>, scroll as if
<o>scroll</o> were set to <oa>count</oa>.
<o>scroll</o> option. With <oa>count</oa>, set the <o>scroll</o>
option to <oa>count</oa> before executing the command.
</p>
</description>
</item>
@@ -215,9 +215,9 @@
<spec><oa>count</oa>&lt;C-u></spec>
<description>
<p>
Scroll window upwards by the amount specified in the
<o>scroll</o> option. With <oa>count</oa>, scroll as if
<o>scroll</o> were set to <oa>count</oa>.
Scroll window upwards by the amount specified in the <o>scroll</o>
option. With <oa>count</oa>, set the <o>scroll</o> option to
<oa>count</oa> before executing the command.
</p>
</description>
</item>