1
0
mirror of https://github.com/gryf/pentadactyl-pm.git synced 2026-04-07 07:03:35 +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

@@ -11,8 +11,8 @@ have 2 possibilities:
||CTRL-Z||
________________________________________________________________________________
Disable all Vimperator keys except [m]<Esc>[m] and pass them to the next event
handler. This is especially useful, if JavaScript controlled forms like the
RichEdit form fields of Gmail don't work anymore. To exit this mode, press
handler. This is especially useful if JavaScript controlled forms (e.g., the
RichEdit form fields of Gmail) don't work anymore. To exit this mode, press
[m]<Esc>[m]. If you also need to pass [m]<Esc>[m] in this mode to the web page,
prepend it with [m]<C-v>[m].
________________________________________________________________________________
@@ -322,7 +322,7 @@ ________________________________________________________________________________
Save the session and quit. Quit Vimperator, no matter how many tabs/windows
are open. The session is stored. [c]:wq[c] is different from Vim, as it
closes the window instead of just one tab by popular demand. Complain on the
mailing list, if you want to change that.
mailing list if you want to change that.
________________________________________________________________________________