1
0
mirror of https://github.com/gryf/pentadactyl-pm.git synced 2026-03-10 17:25:47 +01:00

Normalise the capitalisation of mode names in the help.

This commit is contained in:
Doug Kearns
2009-02-19 22:56:05 +11:00
parent 7d4a3ae1b8
commit f1a4464e76
8 changed files with 44 additions and 44 deletions

View File

@@ -4,12 +4,12 @@ HEADER
Insert mode is used to enter text in text boxes and text areas. When
'insertmode' is set, focusing on a text area immediately switches to
insert mode.
Insert mode.
|i| +
||i||
________________________________________________________________________________
Starts insert mode in text areas when 'insertmode' is not set.
Starts Insert mode in text areas when 'insertmode' is not set.
________________________________________________________________________________
@@ -24,7 +24,7 @@ ________________________________________________________________________________
|i_<C-]>| +
||<C-]>||
________________________________________________________________________________
Expand an insert-mode abbreviation.
Expand an Insert-mode abbreviation.
________________________________________________________________________________
// vim: set filetype=asciidoc: