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

Minor documentation updates.

This commit is contained in:
Štěpán Němec
2011-06-07 13:34:58 +02:00
parent 6d162f167d
commit 89dde79df8
5 changed files with 6 additions and 6 deletions

View File

@@ -794,7 +794,7 @@ unlet s:cpo_save
{ argCount: "0" });
commands.add(["so[urce]"],
"Read Ex commands from a file",
"Read Ex commands, JavaScript or CSS from a file",
function (args) {
if (args.length > 1)
dactyl.echoerr(_("io.oneFileAllowed"));