1
0
mirror of https://github.com/gryf/pentadactyl-pm.git synced 2026-01-09 10:14:12 +01:00

Fix :ext* help descriptions in index.html.

This commit is contained in:
Doug Kearns
2009-08-30 23:57:01 +10:00
parent 0650e55fbc
commit 75f2481523
2 changed files with 10 additions and 10 deletions

View File

@@ -183,12 +183,12 @@ section::Ex{nbsp}commands[ex-cmd-index,:index]
||[c]:echomsg[c]|| Echo the expression as an informational message +
||[c]:emenu[c]|| Execute the specified menu item from the command line +
||[c]:execute[c]|| Execute the argument as an Ex command +
||[c]:extadd[c]|| Install an extensions +
||[c]:extdelete[c]||
||[c]:extdisable[c]||
||[c]:extenable[c]||
||[c]:extadd[c]|| Install an extension +
||[c]:extdelete[c]|| Uninstall an extension +
||[c]:extdisable[c]|| Disable an extension +
||[c]:extenable[c]|| Enable an extension +
||[c]:extensions[c]|| List all installed extensions +
||[c]:extoptions[c]||
||[c]:extoptions[c]|| Open an extension's preference dialog +
||[c]:exusage[c]|| List all Ex commands with a short description +
||[c]:finish[c]|| Stop sourcing a script file +
||[c]:forward[c]|| Go forward in the browser history +