1
0
mirror of https://github.com/gryf/pentadactyl-pm.git synced 2026-04-14 10:43:32 +02:00

help copyedit: Remove commas before if. Only need after if clause when clause is introductory.

This commit is contained in:
Ted Pavlic
2009-04-29 09:20:19 -04:00
parent c64cd9e1af
commit 2c8880ac59
9 changed files with 38 additions and 36 deletions

View File

@@ -20,11 +20,11 @@ ________________________________________________________________________________
|:hi| |:highlight| +
||:hi[ghlight][!] [-append] {group}[{selector}] [{css}]|| +
________________________________________________________________________________
Highlight {group} with {css}. Normally, {css} is checked for
valid syntax before it's applied. Once you're certain it's
valid, [!] will override the check, to speed Vimperator startup.
{selector} can be any valid CSS selector, such as [c]:hover[c], and
if provided will restrict the match to matching elements.
Highlight {group} with {css}. Normally, {css} is checked for valid
syntax before it's applied. Once you're certain it's valid, [!] can be
used to override the check to speed Vimperator startup. {selector} can
be any valid CSS selector, such as [c]:hover[c], and, if provided, will
restrict the match to matching elements.
Valid groups are:
`--------------------`-----------------------------------