diff options
author | anekos | 2010-03-14 11:08:18 +0000 |
---|---|---|
committer | anekos | 2010-03-14 11:08:18 +0000 |
commit | 9b140a0632f193ffd18fbe6957443f2de84f1396 (patch) | |
tree | e55cb04f3717322f971f31cdf48013a130aec984 /zoom-em-all.js | |
parent | e3f23ed9f077ca28df8aab5c6d1abb6cc787420e (diff) | |
download | vimperator-plugins-9b140a0632f193ffd18fbe6957443f2de84f1396.tar.bz2 |
ドキュメント追加
git-svn-id: http://svn.coderepos.org/share/lang/javascript/vimperator-plugins/trunk@37019 d0d07461-0603-4401-acd4-de1884942a52
Diffstat (limited to 'zoom-em-all.js')
-rwxr-xr-x | zoom-em-all.js | 10 |
1 files changed, 4 insertions, 6 deletions
diff --git a/zoom-em-all.js b/zoom-em-all.js index 4a4a8c6..4707b3a 100755 --- a/zoom-em-all.js +++ b/zoom-em-all.js @@ -71,9 +71,8 @@ let INFO = <tags>:zooma</tags> <spec>:zoomall <oa>percentage</oa></spec> <description> - <p> - Zoom!!!! - </p> + <p>Zoom to <oa>percentage</oa>.</p> + <p>If not given the argument, reset zoom.</p> </description> </item> </plugin> @@ -91,9 +90,8 @@ let INFO = <tags>:zooma</tags> <spec>:zoomall <oa>percentage</oa></spec> <description> - <p> - Zoom!!!! - </p> + <p><oa>percentage</oa>(%)で拡縮します。</p> + <p>引数省略時は、100%にリセットします。</p> </description> </item> </plugin> |