1
0
mirror of https://github.com/gryf/pentadactyl-pm.git synced 2026-02-05 06:35:46 +01:00

Fix more botched markup... :(.

This commit is contained in:
Kris Maglione
2011-01-19 18:06:21 -05:00
parent c532614288
commit 9bd71f205d

View File

@@ -646,14 +646,14 @@
<code><ex>:command foo -nargs=<str>?</str>
\ -complete custom,<str delim="'">
\ function (context) context.completions = [["arg1", "description1"], ["arg2", "description2"]]</str>
\ </ex><ex>:echo</ex> <str>Useless </str> + <em>&lt;q-args></em>
\ <ex>:echo</ex> <str>Useless </str> + <em>&lt;q-args></em></ex>
<ex>:command foo -nargs=<str>?</str>
\ -complete custom,<str delim="'">[
\ ["arg1", "description1"],
\ ["arg2, "description2"]
\ ]</str>
\ </ex><ex>:echo</ex> <str>Same as above but simpler </str> + <em>&lt;q-args></em></code>
\ <ex>:echo</ex> <str>Same as above but simpler </str> + <em>&lt;q-args></em></ex></code>
</p>
<h3 tag="E177 E178 :command-count">Count handling</h3>